From 4695f33c04eaa3e586f80651dd630595c4d84694 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Wed, 10 Aug 2022 13:48:24 +0400 Subject: [PATCH] Classifiers --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 74e1a6f..de5de0e 100644 --- a/setup.py +++ b/setup.py @@ -12,10 +12,11 @@ setuptools.setup( long_description=long_description, long_description_content_type='text/markdown', classifiers=[ - 'Development Status :: 6 - Stable', + 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: MIT', - 'Operating System :: OS Independent' + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Environment :: X11 Applications :: GTK' ], install_requires=[ 'PyGObject>=3.42.2'