Skip to content

Commit 0c384c3

Browse files
committed
Fix missing module in packaging
1 parent d3f7642 commit 0c384c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GitHub = "https://github.com/tskit-dev/tskit/"
5656
tskit = "tskit.cli:tskit_main"
5757

5858
[tool.setuptools]
59-
packages = ["tskit"]
59+
packages = ["tskit", "tskit.jit"]
6060

6161
[tool.setuptools.dynamic]
6262
version = {attr = "tskit._version.tskit_version"}

0 commit comments

Comments
 (0)