From a0333d5b2ff49d47126cb1fba2fa3a6e16626510 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 8 Nov 2020 10:08:04 +1300 Subject: [PATCH] docs: add pypi classifiers --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 68eedae..92fa206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,19 @@ description = "Supermicro BMC interface" authors = ["George Rawlinson "] 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"