]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Change PyPI classifiers
[lightcards.git] / setup.py
index 20d9b979748abc06a192c2550b11323e4ef3ae3e..66c1db9379a43dd0ad82c7b56fc559d08e7a5fbe 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -20,10 +20,9 @@ setup(
     data_files=[("man/man1", ["man/lightcards.1"])],
     scripts=['bin/lightcards'],
     classifiers=[
-        "Development Status :: 4 - Beta",
-        "Intended Audience :: Other Audience",
+        "Intended Audience :: Education",
         "Environment :: Console :: Curses",
         "License :: OSI Approved :: MIT License",
-        "Topic :: Utilities"
+        "Topic :: Education"
     ],
 )