Update `classifiers`: remove outdated

This commit is contained in:
Rotzbua 2023-01-20 21:45:34 +01:00 committed by Florian Festi
parent 1b3a8a4b9a
commit e72913a390
1 changed files with 1 additions and 2 deletions

View File

@ -86,7 +86,7 @@ setup(
cmdclass={
'build_py': CustomBuildExtCommand,
},
classifiers=[
classifiers=[ # https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Web Environment",
@ -95,6 +95,5 @@ setup(
"Programming Language :: Python :: 3",
"Topic :: Multimedia :: Graphics :: Editors :: Vector-Based",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Computer Aided Design",
],
keywords=["boxes", "box", "generator", "svg", "laser cutter"], )