Skip to content

Commit 5b4b888

Browse files
Explicitly list subpackage
Silences warning from build
1 parent 66e4bda commit 5b4b888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev = [
6060
]
6161

6262
[tool.setuptools]
63-
packages = ["bio2zarr"]
63+
packages = ["bio2zarr", "bio2zarr.vcf2zarr"]
6464

6565
[tool.setuptools_scm]
6666
version_file = "bio2zarr/_version.py"

0 commit comments

Comments
 (0)