Skip to content

Commit

Permalink
Exclude tests from distribution
Browse files Browse the repository at this point in the history
Fixes #1478
  • Loading branch information
akx committed Jan 23, 2025
1 parent db90eff commit 79350db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "scipy.stats"
ignore_missing_imports = true

[tool.setuptools.packages.find]
exclude = ["tests*"]

0 comments on commit 79350db

Please sign in to comment.