Skip to content

Commit 12d105d

Browse files
committed
[pyproject] adapt packages.find to Github action
1 parent a7da533 commit 12d105d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ classifiers = [
5858
# packages = ["cma", "cma.utilities"] # fails when they are in an src/ folder
5959
include-package-data = false # true is default, false doesn't change anything
6060

61-
# [tool.setuptools.packages.find] # for . works only in a clean folder
61+
[tool.setuptools.packages.find] # for . works only in a clean folder
6262
# where = ["src"] # this doesn't work, it always takes the root too
63-
# include = ["cma*"]
63+
include = ["cma*"]
64+
exclude = ["notebooks*"]
65+
6466
# namespaces = false
6567

6668
[project.optional-dependencies]

0 commit comments

Comments
 (0)