From 50856524796e9e8ab521d3e45700662cee2caebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 15 Dec 2018 22:07:37 +0400 Subject: [PATCH] :fire: Remove dist hidden old file --- dist/fastapi-0.1.0/pyproject.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dist/fastapi-0.1.0/pyproject.toml diff --git a/dist/fastapi-0.1.0/pyproject.toml b/dist/fastapi-0.1.0/pyproject.toml deleted file mode 100644 index 166756322..000000000 --- a/dist/fastapi-0.1.0/pyproject.toml +++ /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"