diff options
author | Carlton Gibson <carlton.gibson@noumenal.co.uk> | 2016-04-19 21:17:43 +0200 |
---|---|---|
committer | Carlton Gibson <carlton.gibson@noumenal.co.uk> | 2016-04-19 21:17:43 +0200 |
commit | 7cfbe04ab82fd850d37544f5f7442275bdcb03c3 (patch) | |
tree | 6e8f5d135cdd0e8f2ad1bfcd945b3652769bb9aa /setup.py | |
parent | 75c8ca4fd610a1ca8a8ca971f87a29a5bf8331b8 (diff) | |
parent | f48b3b84b18ad3d02674cef183cfe8ccfd36262a (diff) | |
download | django-appconf-master.tar.gz |
Merge development changes for update on PyPI
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ setup( license='BSD', url='http://django-appconf.readthedocs.org/', packages=['appconf'], - install_requires=['six'], + install_requires=[], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', |