pyproject.toml: include tests

This commit is contained in:
Anna “CyberTailor” 2023-06-09 17:37:35 +05:00
parent e4a146ff50
commit 2bc2e0b1e7
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 3 additions and 0 deletions

View File

@ -36,5 +36,8 @@ Issues = "https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle"
[tool.flit.module]
name = "gentle"
[tool.flit.sdist]
include = ["tests/"]
[tool.pytest.ini_options]
addopts = "--doctest-modules"