Skip to content

Commit 56f12de

Browse files
committed
Include documentation in the sdist
1 parent 2d8d038 commit 56f12de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ name = "The Sphinx Developers"
4949

5050
[project.entry-points."sphinx.html_themes"]
5151
alabaster = "alabaster"
52+
53+
[tool.flit.sdist]
54+
include = [
55+
"LICENSE.rst",
56+
# Documentation
57+
"docs/",
58+
]

0 commit comments

Comments
 (0)