We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83643ca commit 5c2da6eCopy full SHA for 5c2da6e
1 file changed
hatch.toml
@@ -2,7 +2,18 @@
2
source = "vcs"
3
4
[build.targets.sdist]
5
-packages = ["testinfra"]
+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
+]
17
18
[build.targets.wheel]
19
+only-include = ["testinfra"]
0 commit comments