Browse Source

added classifiers

Fabian Peter Hammerle 5 years ago
parent
commit
4bac71ceab
1 changed files with 6 additions and 2 deletions
  1. 6 2
      setup.py

+ 6 - 2
setup.py

@@ -16,9 +16,13 @@ setuptools.setup(
         'old',
     ],
     classifiers=[
-        # TODO add classifiers
+        'Development Status :: 3 - Alpha',
+        'Intended Audience :: System Administrators',
         'License :: OSI Approved :: MIT License',
-        'Programming Language :: Python',
+        'Operating System :: POSIX',
+        'Programming Language :: Python :: 3'
+        'Topic :: System :: Filesystems',
+        'Topic :: Utilities',
     ],
     packages=setuptools.find_packages(),
     entry_points={