Skip to content

Commit 249e0be

Browse files
committed
update pyproject.toml
1 parent edb1599 commit 249e0be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,10 @@ generated-members = ["RandomState", "min", "max"]
101101

102102
[tool.setuptools]
103103
include-package-data = true
104+
packages = ["mkl_random", "mkl_random.interfaces"]
104105

105106
[tool.setuptools.dynamic]
106107
version = {attr = "mkl_random._version.__version__"}
107108

108109
[tool.setuptools.package-data]
109-
"mkl_random" = ["tests/*.py"]
110-
111-
[tool.setuptools.packages.find]
112-
include = ["mkl_random", "mkl_random.interfaces"]
110+
"mkl_random" = ["tests/**/*.py"]

0 commit comments

Comments
 (0)