Skip to content

Commit cc98ffa

Browse files
committed
python ver & ignore build
1 parent 153daab commit cc98ffa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ docs/_build/
1111

1212
# test stuff
1313
dist
14+
build
1415
*.egg-info
1516
*.json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'supports PySide & PySide2'
1616
)
1717
classifiers = [
18-
'Programming Language :: Python :: 3.7.2',
18+
'Programming Language :: Python :: 3.7',
1919
'License :: OSI Approved :: MIT License',
2020
'Operating System :: OS Independent',
2121
]

0 commit comments

Comments
 (0)