pogrep/pyproject.toml
2019-11-01 23:17:44 +01:00

19 lines
371 B
TOML

[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "pogrep"
author = "Julien Palard"
author-email = "julien@palard.fr"
requires = [
"regex",
"polib",
"tabulate",
]
home-page = "https://github.com/JulienPalard/pogrep"
classifiers = ["License :: OSI Approved :: MIT License"]
[tool.flit.scripts]
pogrep = "pogrep:main"