Added six to requirements.

This commit is contained in:
Jannis Leidel 2013-03-27 12:00:21 +01:00
parent aae33f759c
commit 43e6a1a0ef

View file

@ -33,6 +33,9 @@ setup(
'configurations.tests',
'configurations.tests.settings',
],
install_requires=[
'six',
],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
@ -44,6 +47,8 @@ setup(
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Utilities',
],
)