diff --git a/setup.py b/setup.py index d56fada..d93ee7a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='qt-material', - version='1.18', + version='2.0', packages=['qt_material', 'qt_material.resources'], author='Yeison Cardona', @@ -25,12 +25,12 @@ 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',