Skip to content

Commit f69dd4f

Browse files
Exclude tests from wheels (#1478)
Closes #1477.
1 parent 4ce967e commit f69dd4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ core-metadata-version = "2.2"
6262
packages = [
6363
"simple_history",
6464
]
65+
exclude = [
66+
"simple_history/registry_tests",
67+
"simple_history/tests",
68+
]
6569

6670
[tool.hatch.build.targets.sdist]
6771
# Jazzband's release process is limited to 2.2 metadata

0 commit comments

Comments
 (0)