Skip to content

Commit 79350db

Browse files
committed
Exclude tests from distribution
Fixes #1478
1 parent db90eff commit 79350db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ ignore_missing_imports = true
149149
[[tool.mypy.overrides]]
150150
module = "scipy.stats"
151151
ignore_missing_imports = true
152+
153+
[tool.setuptools.packages.find]
154+
exclude = ["tests*"]

0 commit comments

Comments
 (0)