Skip to content

Commit 9cba65b

Browse files
committed
Exclude test and examples folder
1 parent 3039c09 commit 9cba65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ requires = ["setuptools >= 61.0"]
4646
build-backend = "setuptools.build_meta"
4747

4848
[tool.setuptools.packages.find]
49-
include = ["gmmx", "examples"]
49+
include = ["gmmx"]
50+
exclude = ["tests", "examples"]
5051

5152
[tool.mypy]
5253
files = ["gmmx"]

0 commit comments

Comments
 (0)