From 09f1f8072b6552ff4387f2f84bc9c3ac407c3e48 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Mon, 29 Mar 2021 12:40:34 -0300 Subject: [PATCH] Update setup --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index dabcada..c7e2b6a 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( license='MIT', author='Colin Duquesnoy', author_email='colin.duquesnoy@gmail.com', - description='The most complete dark stylesheet for Python and Qt applications', + description='The most complete dark/light style sheet for C++/Python and Qt applications', long_description=long_desc, long_description_content_type='text/x-rst', classifiers=[ @@ -55,11 +55,10 @@ setup( 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Application Frameworks' ], zip_safe=False, # don't use eggs