Skip to content

Commit

Permalink
Preparation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Apr 26, 2015
1 parent 5f9e1ca commit 132bbfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Current features include:
- links between related parts of the software.
- Bootstrap CSS for the documentation, making it both functional and pretty.
- configurable settings.
- ability to create a hiearchical set of pages containing general information,
not associated with any particular part of the source code.

##Installation
The simplest way to install FORD is using [pip](https://pip.pypa.io/en/latest/).
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Current features include:
- Bootstrap CSS for the documentation, making it both functional and
pretty.
- configurable settings.
- ability to create a hiearchical set of pages containing general information,
not associated with any particular part of the source code.


Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
name = 'FORD',
packages = ['ford'],
include_package_data = True,
version = '1.1.0',
version = '2.0.0',
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/v1.1.0',
download_url = 'https://github.com/cmacmackin/ford/tarball/v2.0.0',
keywords = ['Markdown', 'Fortran', 'documentation', 'comments'],
classifiers=[
# How mature is this project? Common values are
Expand Down

0 comments on commit 132bbfd

Please sign in to comment.