mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Added six to requirements.
This commit is contained in:
parent
aae33f759c
commit
43e6a1a0ef
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -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',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue