Files
fastapi/pyproject.toml
Sebastián Ramírez 3e4fc9f182 📄 Add license file, update version
and first pyproject.toml
2018-12-08 11:57:18 +04:00

16 lines
370 B
TOML

[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"