mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-16 06:26:39 +00:00
programming language classifier was invalid
This commit is contained in:
parent
f6753c3fc4
commit
cc635ce8f6
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setuptools.setup(
|
|||||||
url="https://gitlab.com/MisterBiggs/bdf-to-numpy",
|
url="https://gitlab.com/MisterBiggs/bdf-to-numpy",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3.7.3",
|
"Programming Language :: Python :: 3.7",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user