pogrep/pyproject.toml

19 lines
371 B
TOML
Raw Normal View History

2019-11-01 19:21:22 +00:00
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "pogrep"
author = "Julien Palard"
author-email = "julien@palard.fr"
2019-11-01 19:27:35 +00:00
requires = [
"regex",
2019-11-01 19:28:18 +00:00
"polib",
2019-11-01 19:29:00 +00:00
"tabulate",
2019-11-01 19:27:35 +00:00
]
2019-11-01 19:21:22 +00:00
home-page = "https://github.com/JulienPalard/pogrep"
classifiers = ["License :: OSI Approved :: MIT License"]
2019-11-01 22:17:44 +00:00
[tool.flit.scripts]
pogrep = "pogrep:main"