From 7170108006b311a4e66b381f173c1575ec1ffaa4 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 28 Oct 2019 13:01:58 +0800 Subject: [PATCH] doc: update classifiers --- pyproject.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1bb7add9..9b884410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,15 @@ documentation = "https://cn.httprunner.org" keywords = ["HTTP", "api", "test", "requests", "locustio"] classifiers = [ - "Topic :: Software Development :: Build Tools", - "Topic :: Software Development :: Libraries :: Python Modules" + "Development Status :: 5 - Production/Stable", + "Topic :: Software Development :: Testing", + "Topic :: Software Development :: Quality Assurance", + "Topic :: Software Development :: Libraries :: Python Modules", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8" ] include = ["CHANGELOG.md", "httprunner/static/*"]