Skip to content

Commit ae8b7fb

Browse files
committed
fixed license in pypi
- version 0.2.6
1 parent d031476 commit ae8b7fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
# This call to setup() does all the work
1414
setuptools.setup(
1515
name="qt-range-slider",
16-
version="0.2.5",
16+
version="0.2.6",
1717
description="Qt widget-slider with two thumbs (min/max values)",
1818
long_description=README,
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/introkun/qt-range-slider",
2121
author="Sergey G",
2222
author_email="introkun@gmail.com",
2323
license="MIT",
24-
license_files = ('LICENSE'),
2524
classifiers=[
2625
"License :: OSI Approved :: MIT License",
2726
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)