Skip to content

Commit ffbdddd

Browse files
authored
Update setup.py
Fixing a typo in the classifiers for the package.
1 parent c685693 commit ffbdddd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
packages=find_packages(where='src'), # Tell setuptools to look in the src/ folder
1313
package_dir={"": "src"}, # Set the base folder for the packages to src/
1414
classifiers=["Programming Language :: Python :: 3.11",
15-
"License :: Other/Proprietary License",
16-
'Natural Language :: English',
17-
'Operating System :: Microsoft :: Windows :: Windows 10'
18-
'Operating System :: Microsoft :: Windows :: Windows 11'
19-
'Operating System :: MacOS :: MacOS X'
15+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
16+
"Natural Language :: English",
17+
"Operating System :: Microsoft :: Windows :: Windows 10",
18+
"Operating System :: Microsoft :: Windows :: Windows 11",
19+
"Operating System :: MacOS :: MacOS X"
2020
],
2121
python_requires='>=3.8',
2222
install_requires=[
@@ -28,3 +28,4 @@
2828
"pyqt5"
2929
],
3030
)
31+

0 commit comments

Comments
 (0)