From: Armaan Bhojwani Date: Mon, 1 Feb 2021 18:47:18 +0000 (-0500) Subject: Change PyPI classifiers X-Git-Tag: v0.6.0~50 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=34c307c1dc3510c4a27eefc21152d2df9e309f0f Change PyPI classifiers --- diff --git a/setup.py b/setup.py index 20d9b97..66c1db9 100644 --- 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" ], )