From 34c307c1dc3510c4a27eefc21152d2df9e309f0f Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 1 Feb 2021 13:47:18 -0500 Subject: [PATCH] Change PyPI classifiers --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" ], ) -- 2.39.2