We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da533 commit 12d105dCopy full SHA for 12d105d
pyproject.toml
@@ -58,9 +58,11 @@ classifiers = [
58
# packages = ["cma", "cma.utilities"] # fails when they are in an src/ folder
59
include-package-data = false # true is default, false doesn't change anything
60
61
-# [tool.setuptools.packages.find] # for . works only in a clean folder
+[tool.setuptools.packages.find] # for . works only in a clean folder
62
# where = ["src"] # this doesn't work, it always takes the root too
63
-# include = ["cma*"]
+include = ["cma*"]
64
+exclude = ["notebooks*"]
65
+
66
# namespaces = false
67
68
[project.optional-dependencies]
0 commit comments