Skip to content

Commit 459c750

Browse files
mgornysethmlarson
authored andcommitted
Include documentation and test files in sdist archives
Include documentation sources and test files in sdist archives in order to make it possible to use them to build distribution packages.
1 parent 3772566 commit 459c750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ filterwarnings = [
3838
# See: aio-libs/aiohttp#7545
3939
"ignore:.*datetime.utcfromtimestamp().*:DeprecationWarning",
4040
]
41+
42+
[tool.flit.sdist]
43+
include = ["docs", "tests"]

0 commit comments

Comments
 (0)