typer/pyproject.toml
2019-12-20 16:36:04 +01:00

13 lines
339 B
TOML

[build-system]
requires = ["flit_core >=2,<3"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "typer"
author = "Sebastián Ramírez"
author-email = "tiangolo@gmail.com"
home-page = "https://github.com/tiangolo/typer"
classifiers = ["License :: OSI Approved :: MIT License"]
requires = [
"click >= 7.0.0, <8.0.0"
]