-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed evaluation of paths specifed in CLI and processing attributes.
- Loading branch information
1 parent
aa3a985
commit 22ec6d9
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
name = 'FORD', | ||
packages = ['ford'], | ||
include_package_data = True, | ||
version = '5.0.2', | ||
version = '5.0.3', | ||
description = 'FORD, standing for FORtran Documenter, is an automatic documentation generator for modern Fortran programs.', | ||
long_description = long_description, | ||
author = 'Chris MacMackin', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/cmacmackin/ford/', | ||
download_url = 'https://github.com/cmacmackin/ford/tarball/5.0.2', | ||
download_url = 'https://github.com/cmacmackin/ford/tarball/5.0.3', | ||
keywords = ['Markdown', 'Fortran', 'documentation', 'comments'], | ||
classifiers=[ | ||
# How mature is this project? Common values are | ||
|