Explorar el Código

setup.py: added classifiers

https://pypi.org/classifiers/
Fabian Peter Hammerle hace 5 años
padre
commit
7879965c6e
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      setup.py

+ 9 - 2
setup.py

@@ -16,8 +16,15 @@ setuptools.setup(
         'subfields',
     ],
     classifiers=[
-        # TODO add classifiers
-        'Programming Language :: Python',
+        'Development Status :: 3 - Alpha',
+        'Intended Audience :: Healthcare Industry',
+        'Intended Audience :: Science/Research',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
+        'Topic :: Scientific/Engineering :: Information Analysis',
+        'Topic :: Scientific/Engineering :: Medical Science Apps.',
+        'Topic :: Utilities',
     ],
     packages=setuptools.find_packages(),
     entry_points={