Skip to content

Commit 47704ed

Browse files
committed
Set explicitly packages in pyproject.toml to fix editable installs
- Include numba.openmp and numba.openmp.tests
1 parent f54b091 commit 47704ed

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ Issues = "https://github.com/Python-for-HPC/PyOMP/issues"
2828

2929
[tool.setuptools]
3030
include-package-data = false
31+
packages = ["numba.openmp", "numba.openmp.tests"]
3132
package-dir = { "" = "src" }
3233

33-
[tool.setuptools.packages.find]
34-
where = ["src"]
35-
include = ["numba*"]
36-
3734
# setuptools-scm config
3835
[tool.setuptools_scm]
3936
write_to = "src/numba/openmp/_version.py"

0 commit comments

Comments
 (0)