]> git.armaanb.net Git - lightcards.git/commitdiff
Change PyPI classifiers
authorArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 18:47:18 +0000 (13:47 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 18:47:18 +0000 (13:47 -0500)
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=[
     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",
         "Environment :: Console :: Curses",
         "License :: OSI Approved :: MIT License",
-        "Topic :: Utilities"
+        "Topic :: Education"
     ],
 )
     ],
 )