~cedric/guardian

4dcc329c4e93acf79084f0c72e87310cb98fe829 — Cédric Bonhomme 3 years ago 9431004
updated files to include in pyproject.toml
1 files changed, 3 insertions(+), 1 deletions(-)

M pyproject.toml
M pyproject.toml => pyproject.toml +3 -1
@@ 25,7 25,9 @@ classifiers = [
include = [
    "README.md",
    "COPYING",
    "reports"
    "reports",
    "guardian/templates/email.txt",
    "guardian/templates/report.html"
]

[tool.poetry.urls]