diff --git a/protcur/protcur/__init__.py b/protcur/protcur/__init__.py index 9123cf0..9d1ffab 100644 --- a/protcur/protcur/__init__.py +++ b/protcur/protcur/__init__.py @@ -1 +1 @@ -__version__ = '0.0.8' +__version__ = '0.0.9' diff --git a/protcur/setup.py b/protcur/setup.py index f20435a..8f0d2f4 100644 --- a/protcur/setup.py +++ b/protcur/setup.py @@ -62,7 +62,21 @@ def find_version(filename): author='Tom Gillespie', author_email='tgbugs@gmail.com', license='MIT', - classifiers=[], + classifiers=[ + 'Development Status :: 4 - Beta', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', + 'Operating System :: POSIX :: Linux', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows', + ], keywords=('protc protocols dashboard curation ' 'hypothesis hypothes.is web annotation'), packages=['protcur'],