File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 = [
2828 "pyqt5"
2929 ],
3030)
31+
You can’t perform that action at this time.
0 commit comments