Skip to content

Commit a3077bc

Browse files
Explicitly specify package module in a flat-structure project
1 parent 546a164 commit a3077bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ xsuite-kernels = "xsuite_kernels.cli:main"
4343
# bdist can be build including them following the standard PEP 517 procedure
4444
# using the `build` command.
4545
[tool.setuptools]
46+
packages = ["xsuite_kernels"]
4647
include-package-data = true
4748

4849
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)