Skip to content

Commit 5c2da6e

Browse files
committed
Include files required to run tests in sdist
Followup cac040d Closes #798
1 parent 83643ca commit 5c2da6e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

hatch.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
source = "vcs"
33

44
[build.targets.sdist]
5-
packages = ["testinfra"]
5+
include = [
6+
"testinfra",
7+
"test",
8+
"ansible.cfg",
9+
"tox.ini",
10+
"images",
11+
"mypy.ini",
12+
"CONTRIBUTING.rst",
13+
"doc",
14+
"Makefile",
15+
".pre-commit-config.yaml",
16+
]
617

718
[build.targets.wheel]
8-
packages = ["testinfra"]
19+
only-include = ["testinfra"]

0 commit comments

Comments
 (0)