]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:fire: Remove dist hidden old file
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 15 Dec 2018 18:07:37 +0000 (22:07 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 15 Dec 2018 18:07:37 +0000 (22:07 +0400)
dist/fastapi-0.1.0/pyproject.toml [deleted file]

diff --git a/dist/fastapi-0.1.0/pyproject.toml b/dist/fastapi-0.1.0/pyproject.toml
deleted file mode 100644 (file)
index 1667563..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[build-system]
-requires = ["flit"]
-build-backend = "flit.buildapi"
-
-[tool.flit.metadata]
-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"]
-requires = [
-    "starlette >=0.9.7",
-    "pydantic >=0.16"
-]
-requires-python = ">=3.6"