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

@ -39,6 +39,10 @@ requires = [
#
# package # low high
# Beaker dependency included here because 'pyramid_beaker' uses incorrect
# case in its requirement declaration.
'Beaker', # 1.6.3
'decorator', # 3.3.2
'edbob', # 0.1a1
'Mako', # 0.6.2

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 = {