Skip to content

Commit 7836ff6

Browse files
author
Anonymous Committer
committed
Limit setuptools package discovery to justoneapi
1 parent 0ad4916 commit 7836ff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ dev = [
2121
requires = ["setuptools>=42", "wheel"]
2222
build-backend = "setuptools.build_meta"
2323

24+
[tool.setuptools.packages.find]
25+
include = ["justoneapi*"]
26+
2427
[tool.pytest.ini_options]
2528
addopts = "-ra"
2629
testpaths = ["tests"]

0 commit comments

Comments
 (0)