mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
🔥 Remove dist hidden old file
This commit is contained in:
parent
45ccf059ed
commit
5085652479
1 changed files with 0 additions and 15 deletions
15
dist/fastapi-0.1.0/pyproject.toml
vendored
15
dist/fastapi-0.1.0/pyproject.toml
vendored
|
|
@ -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"
|
|
||||||
Loading…
Reference in a new issue