Skip to content

Commit 37fd84f

Browse files
Add package excludes to toml
Co-authored-by: Hannah Lanzrath <h.lanzrath@fz-juelich.de>
1 parent 9eb0aec commit 37fd84f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,13 @@ markers = [
8686
"container: marks tests as using containerization interfaces such as Docker or Apptainer"
8787
]
8888

89+
[tool.setuptools]
90+
package-dir = {"" = "."}
91+
92+
[tool.setuptools.packages.find]
93+
include = ["cadetrdm*"]
94+
exclude = ["tmp*", "batch_repos*"]
95+
96+
8997
[tool.setuptools.dynamic]
9098
version = { attr = "cadetrdm.__version__" }

0 commit comments

Comments
 (0)