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 153daab commit cc98ffaCopy full SHA for cc98ffa
.gitignore
@@ -11,5 +11,6 @@ docs/_build/
11
12
# test stuff
13
dist
14
+build
15
*.egg-info
16
*.json
setup.py
@@ -15,7 +15,7 @@
'supports PySide & PySide2'
)
17
classifiers = [
18
- 'Programming Language :: Python :: 3.7.2',
+ 'Programming Language :: Python :: 3.7',
19
'License :: OSI Approved :: MIT License',
20
'Operating System :: OS Independent',
21
]
0 commit comments