Skip to content

Commit 30a0fa8

Browse files
Merge pull request #60 from corenting/include_tests_in_sdist
Include tests in sdist (fix #57)
2 parents 16793ea + e30889c commit 30a0fa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ version-file = "src/iniconfig/_version.py"
4949
[tool.hatch.build.targets.sdist]
5050
include = [
5151
"/src",
52+
"/testing",
5253
]
5354

5455
[tool.hatch.envs.test]

0 commit comments

Comments
 (0)