Skip to content

Commit

Permalink
Include documentation and test files in sdist archives
Browse files Browse the repository at this point in the history
Include documentation sources and test files in sdist archives in order
to make it possible to use them to build distribution packages.
  • Loading branch information
mgorny authored and sethmlarson committed Sep 14, 2023
1 parent 3772566 commit 459c750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -38,3 +38,6 @@ filterwarnings = [
# See: aio-libs/aiohttp#7545
"ignore:.*datetime.utcfromtimestamp().*:DeprecationWarning",
]

[tool.flit.sdist]
include = ["docs", "tests"]

0 comments on commit 459c750

Please sign in to comment.