chore(pyproject): optimize classifiers
This commit is contained in:
parent
4ae7cb92f7
commit
a2843d7f50
|
|
@ -24,15 +24,10 @@ keywords = [
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Environment :: MacOS X :: Cocoa",
|
|
||||||
"Environment :: Win32 (MS Windows)",
|
|
||||||
"Environment :: X11 Applications :: GTK",
|
|
||||||
"Intended Audience :: Customer Service",
|
"Intended Audience :: Customer Service",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: OS Independent",
|
||||||
"Operating System :: Microsoft :: Windows",
|
|
||||||
"Operating System :: POSIX :: Linux",
|
|
||||||
"Topic :: System :: Networking :: Firewalls",
|
"Topic :: System :: Networking :: Firewalls",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue