From 28eda0f0b1ba86e69bb0a9362f6a28b9288cb4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 7 Dec 2015 20:21:42 +0100 Subject: [PATCH] Updated setup.py. --- requirements_production.txt | 1 - setup.py | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_production.txt b/requirements_production.txt index e36e468f9..20c36876a 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -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 - diff --git a/setup.py b/setup.py index 1bc0bd312..b633ec783 100644 --- a/setup.py +++ b/setup.py @@ -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,