]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Change Card() from extending list to independent
[lightcards.git] / setup.py
index 20d9b979748abc06a192c2550b11323e4ef3ae3e..93ca495c8d8235788c8b327d3eaa03f8f36a9104 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,12 +18,11 @@ setup(
     packages=["lightcards"],
     install_requires=["beautifulsoup4", "markdown"],
     data_files=[("man/man1", ["man/lightcards.1"])],
-    scripts=['bin/lightcards'],
+    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",
     ],
 )