Skip to content

Commit e195469

Browse files
committed
update toml to include only src
1 parent 56db058 commit e195469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ python = ["3.9", "3.10", "3.11", "3.12"]
5858
# The minimum Python version that should be supported
5959
target-version = "py39"
6060

61+
[tool.hatch.build.targets.sdist]
62+
include = ["src/gglasso"]
63+
6164
[tool.hatch.build.targets.wheel]
6265
packages = ["src/gglasso"]
6366

0 commit comments

Comments
 (0)