We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d031476 commit ae8b7fbCopy full SHA for ae8b7fb
setup.py
@@ -13,15 +13,14 @@
13
# This call to setup() does all the work
14
setuptools.setup(
15
name="qt-range-slider",
16
- version="0.2.5",
+ version="0.2.6",
17
description="Qt widget-slider with two thumbs (min/max values)",
18
long_description=README,
19
long_description_content_type="text/markdown",
20
url="https://github.com/introkun/qt-range-slider",
21
author="Sergey G",
22
author_email="introkun@gmail.com",
23
license="MIT",
24
- license_files = ('LICENSE'),
25
classifiers=[
26
"License :: OSI Approved :: MIT License",
27
'Operating System :: OS Independent',
0 commit comments