Update pypi classifiers

Add py310 classifier
Update dev status to alpha
This commit is contained in:
Ethan Paul 2022-04-08 00:54:47 -04:00
parent 626c6df823
commit efda9a7cea
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -12,7 +12,7 @@ packages = [
keywords = ["ansible", "vault", "playbook", "yaml", "password"] keywords = ["ansible", "vault", "playbook", "yaml", "password"]
readme = "README.md" readme = "README.md"
classifiers = [ classifiers = [
"Development Status :: 2 - Pre-Alpha", "Development Status :: 3 - Alpha",
"Environment :: Console", "Environment :: Console",
"Framework :: Ansible", "Framework :: Ansible",
"Intended Audience :: Developers", "Intended Audience :: Developers",
@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython" "Programming Language :: Python :: Implementation :: CPython"
] ]