Skip to content

Commit aafea91

Browse files
author
Devon Ryan
committed
Try this
1 parent 088f063 commit aafea91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ classifiers = [
3030
download = "https://github.com/deeptools/py2bit"
3131
homepage = "https://github.com/deeptools/py2bit"
3232

33+
[tool.setuptools]
34+
# Override setuptools autodiscovery algorithm
35+
# Only include package test data/source for wheel distribution
36+
include-package-data = true
37+
packages = ["py2bitTest"]
38+
3339
# Enable version inference from scm
3440
[tool.setuptools_scm]
3541

0 commit comments

Comments
 (0)