diff --git a/setup.cfg b/setup.cfg index d7e6039..04f2004 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[egg_info] -tag_build = dev -tag_svn_revision = true - [tool:pytest] DJANGO_SETTINGS_MODULE = tests.settings python_files = tests.py test_*.py *_tests.py diff --git a/setup.py b/setup.py index 3a175aa..dc034f8 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,12 @@ def read(fname): long_description=read('README.rst'), classifiers=[ # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', + 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2', + 'Framework :: Django :: 4', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent',