Skip to content

Commit

Permalink
setup.py improvements: improve display, add py2.6 classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 18, 2013
1 parent b005ea7 commit ac5d3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

with open('HISTORY.rst') as f:
history = f.read()
history.replace(".. :changelog:", "")
history = history.replace(".. :changelog:", "")

requirements = ['jinja2==2.7']

Expand Down Expand Up @@ -54,6 +54,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: Site Management',
Expand Down

0 comments on commit ac5d3d8

Please sign in to comment.