Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

10.2.2
======

* [FIX] Include files required to run tests in sdist

10.2.1
======

Expand Down
15 changes: 13 additions & 2 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
source = "vcs"

[build.targets.sdist]
packages = ["testinfra"]
include = [
"testinfra",
"test",
"ansible.cfg",
"tox.ini",
"images",
"mypy.ini",
"CONTRIBUTING.rst",
"doc",
"Makefile",
".pre-commit-config.yaml",
]

[build.targets.wheel]
packages = ["testinfra"]
only-include = ["testinfra"]