Skip to content

Commit 6fdc914

Browse files
committed
Fix inclusion of tests in the sdist
Closes #511
1 parent 156a2a7 commit 6fdc914

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/changes/511.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix inclusion of tests in the sdist

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Documentation = "https://sphinx-autoapi.readthedocs.io/en/latest/"
4646
[tool.flit.module]
4747
name = "autoapi"
4848

49+
[tool.flit.sdist]
50+
include = ["tests/"]
51+
4952
[tool.mypy]
5053
# Start off with these
5154
warn_unused_configs = true

0 commit comments

Comments
 (0)