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
1 changed files with 2 additions and 1 deletions

View File

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