Skip to content

Commit c8d5032

Browse files
committed
fix: only distribute main package
1 parent 17a385c commit c8d5032

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
@@ -19,4 +19,4 @@ build-backend = "setuptools.build_meta"
1919
include-package-data = true
2020

2121
[tool.setuptools.packages.find]
22-
exclude = ["docs"]
22+
include = ["dna_features_viewer*"]

0 commit comments

Comments
 (0)