mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-27 17:02:57 +08:00
Release 2.0 with PySide6 support
This commit is contained in:
parent
a21195bb50
commit
82739a4359
6
setup.py
6
setup.py
@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||
|
||||
setup(
|
||||
name='qt-material',
|
||||
version='1.18',
|
||||
version='2.0',
|
||||
packages=['qt_material', 'qt_material.resources'],
|
||||
|
||||
author='Yeison Cardona',
|
||||
@ -25,12 +25,12 @@ setup(
|
||||
|
||||
include_package_data=True,
|
||||
license='BSD-2-Clause',
|
||||
description="Qt Stylesheet for PySide2 and PyQt5.",
|
||||
description="Qt Stylesheet for PySide6, PySide2 and PyQt5.",
|
||||
# long_description = README,
|
||||
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
# 'Development Status :: 5 - Production/Stable',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
|
Loading…
x
Reference in New Issue
Block a user