some tweaks for python 2.6

This commit is contained in:
Lance Edgar 2012-03-24 19:29:58 -05:00
parent 8ceb98baf4
commit df7fad8edc
2 changed files with 8 additions and 0 deletions

View file

@ -60,6 +60,7 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries :: Python Modules',
],
@ -95,6 +96,9 @@ setup(
'progressbar', # 2.3
'pytz', # 2012b
# If using Python < 2.7, you must install 'argparse' yourself...
# 'argparse', # 1.2.1
],
extras_require = {