pyproject.toml: include docs in sdist

This commit is contained in:
Anna “CyberTailor” 2023-06-25 21:20:41 +05:00
parent 00fdc4cf2a
commit 7eea97de59
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 4 additions and 1 deletions

View File

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