docs: add pypi classifiers
This commit is contained in:
parent
eedd240e0c
commit
a0333d5b2f
1 changed files with 13 additions and 0 deletions
|
@ -5,6 +5,19 @@ description = "Supermicro BMC interface"
|
|||
authors = ["George Rawlinson <george@rawlinson.net.nz>"]
|
||||
repository = "https://github.com/grawlinson/smbmc"
|
||||
readme = "README.rst"
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: System Administrators",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: System :: Monitoring",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6.1"
|
||||
|
|
Loading…
Reference in a new issue