Mercurial > p > roundup > code
diff setup.py @ 5949:573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 23 Oct 2019 13:39:47 -0400 |
| parents | f5a0fdb56784 |
| children | eb9d00db0923 |
line wrap: on
line diff
--- a/setup.py Tue Oct 22 17:19:56 2019 -0400 +++ b/setup.py Wed Oct 23 13:39:47 2019 -0400 @@ -128,9 +128,13 @@ long_description=long_description, url='http://www.roundup-tracker.org', download_url='https://pypi.org/project/roundup', - classifiers=['Development Status :: 5 - Production/Stable', + classifiers=[#'Development Status :: 5 - Production/Stable', + #'Development Status :: 4 - Beta', + 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: Web Environment', + 'Intended Audience :: Customer Service', + 'Intended Audience :: Information Technology', 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', @@ -146,9 +150,11 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Communications :: Email', 'Topic :: Office/Business', 'Topic :: Software Development :: Bug Tracking', + 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', ], # Override certain command classes with our own ones
