]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:rocket: Update pyproject.toml with new metadata
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 04:38:19 +0000 (08:38 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 04:38:19 +0000 (08:38 +0400)
pyproject.toml

index 991444fb59770a6dc3189f95aea0056159e50281..d2c8116d8ee036e0b1078a9009d851865d4f8ff2 100644 (file)
@@ -7,13 +7,27 @@ module = "fastapi"
 author = "Sebastián Ramírez"
 author-email = "tiangolo@gmail.com"
 home-page = "https://github.com/tiangolo/fastapi"
-classifiers = ["License :: OSI Approved :: MIT License"]
+classifiers = [
+    "License :: OSI Approved :: MIT License",
+    "Development Status :: 4 - Beta",
+    "Framework :: AsyncIO",
+    "Intended Audience :: Developers",
+    "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",
+]
 requires = [
     "starlette >=0.9.7",
     "pydantic >=0.16"
 ]
+description-file = "README.md"
 requires-python = ">=3.6"
 
+[tool.flit.metadata.urls]
+Documentation = "https://fastapi.tiangolo.com/"
+
 [tool.flit.metadata.requires-extra]
 test = [
     "pytest >=4.0.0",