We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb0aec commit 37fd84fCopy full SHA for 37fd84f
pyproject.toml
@@ -86,5 +86,13 @@ markers = [
86
"container: marks tests as using containerization interfaces such as Docker or Apptainer"
87
]
88
89
+[tool.setuptools]
90
+package-dir = {"" = "."}
91
+
92
+[tool.setuptools.packages.find]
93
+include = ["cadetrdm*"]
94
+exclude = ["tmp*", "batch_repos*"]
95
96
97
[tool.setuptools.dynamic]
98
version = { attr = "cadetrdm.__version__" }
0 commit comments