mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 08:34:30 +08:00
Update setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user