pogrep/pyproject.toml

14 lines
302 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:21:22 +00:00
home-page = "https://github.com/JulienPalard/pogrep"
classifiers = ["License :: OSI Approved :: MIT License"]