Update classifiers

This commit is contained in:
Dimitris Zlatanidis 2023-12-21 12:56:03 +02:00
parent 2e3cb28578
commit 24ee63bde2

View file

@ -19,6 +19,7 @@ license = {text = "MIT License"}
classifiers = [ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English", "Natural Language :: English",
"Environment :: Console",
"Operating System :: POSIX", "Operating System :: POSIX",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Programming Language :: Python", "Programming Language :: Python",
@ -30,7 +31,8 @@ classifiers = [
"Topic :: System :: Software Distribution", "Topic :: System :: Software Distribution",
"Topic :: System :: Installation/Setup", "Topic :: System :: Installation/Setup",
"Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration",
"Topic :: System :: Software Distribution" "Topic :: System :: Software Distribution",
"Development Status :: 5 - Production/Stable"
] ]
dependencies = [ dependencies = [