Skip to content

Commit

Permalink
Updated the setup.py file to give appropriate information to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jan 21, 2015
1 parent e4b3e7a commit f54f48e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'programming Language :: Python :: 3',
'programming Language :: Python :: 3.3',
'programming Language :: Python :: 3.4',
],
install_requires = ['markdown','markdown-include >= 0.4.1','toposort','jinja2',
'pygments','beautifulsoup4'],
install_requires = ['markdown','markdown-include >= 0.4.1','toposort',
'jinja2','pygments','beautifulsoup4'],
entry_points = {
'console_scripts': [
'ford=ford:main',
Expand Down

0 comments on commit f54f48e

Please sign in to comment.