Updated setup.py.

This commit is contained in:
Norman Jäckel 2015-12-07 20:21:42 +01:00
parent 1415461141
commit 28eda0f0b1
2 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,3 @@ reportlab>=3.0,<3.3
roman>=2.0,<2.1
setuptools>=2.2,<19.0
sockjs-tornado>=1.0,<1.1

View File

@ -24,15 +24,16 @@ setup(
classifiers=[
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 3 - Alpha',
# 'Development Status :: 4 - Beta',
# 'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
# 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', ],
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', ],
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
install_requires=install_requires,