Skip to content

Commit 73f9a15

Browse files
committed
build: Explicitly list additional sdist files.
1 parent bbd5eaf commit 73f9a15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ docs = [
4747
[tool.flit.sdist]
4848
include = [
4949
"test/*.py",
50+
"README.rst",
5051
"MAINTAINERS.rst",
51-
"CHANGELOG.rst"
52+
"CHANGELOG.rst",
53+
"LICENSE"
5254
]
5355

5456
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)