Fix license string
All checks were successful
Publish to PyPI and Gitea Package Server / publish-and-sync (push) Successful in 16s
All checks were successful
Publish to PyPI and Gitea Package Server / publish-and-sync (push) Successful in 16s
This commit is contained in:
parent
4137842e4b
commit
c97848e7fe
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'License :: OSI Approved :: GPLv3',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
],
|
],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
|
Loading…
Reference in New Issue
Block a user