]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:wrench: Update PyPI trove classifiers (#751)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 29 Nov 2019 07:29:37 +0000 (08:29 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2019 07:29:37 +0000 (08:29 +0100)
pyproject.toml

index 2c62c572b5229f1f0630e8b9109f5b7283dc1694..d00c4ef0445e2baedd30516e7e8c16e6900a1869 100644 (file)
@@ -8,15 +8,28 @@ author = "Sebastián Ramírez"
 author-email = "tiangolo@gmail.com"
 home-page = "https://github.com/tiangolo/fastapi"
 classifiers = [
-    "License :: OSI Approved :: MIT License",
+    'Intended Audience :: Information Technology',
+    'Intended Audience :: System Administrators',
+    'Operating System :: OS Independent',
+    'Programming Language :: Python :: 3',
+    'Programming Language :: Python',
+    'Topic :: Internet',
+    'Topic :: Software Development :: Libraries :: Application Frameworks',
+    'Topic :: Software Development :: Libraries :: Python Modules',
+    'Topic :: Software Development :: Libraries',
+    'Topic :: Software Development',
+    'Typing :: Typed',
     "Development Status :: 4 - Beta",
+    "Environment :: Web Environment",
     "Framework :: AsyncIO",
     "Intended Audience :: Developers",
+    "License :: OSI Approved :: MIT License",
+    "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: 3.6",
     "Programming Language :: Python :: 3.7",
     "Programming Language :: Python :: 3.8",
-    "Programming Language :: Python :: 3 :: Only",
     "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
+    "Topic :: Internet :: WWW/HTTP",
 ]
 requires = [
     "starlette >=0.12.9,<=0.12.9",