From: Sebastián Ramírez Date: Sat, 15 Dec 2018 18:07:37 +0000 (+0400) Subject: :fire: Remove dist hidden old file X-Git-Tag: 0.1.12~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50856524796e9e8ab521d3e45700662cee2caebe;p=thirdparty%2Ffastapi%2Ffastapi.git :fire: Remove dist hidden old file --- diff --git a/dist/fastapi-0.1.0/pyproject.toml b/dist/fastapi-0.1.0/pyproject.toml deleted file mode 100644 index 1667563229..0000000000 --- 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"