mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-08-03 20:21:31 +00:00
programming language classifier was invalid
This commit is contained in:
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",
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user