forgot to include package data

Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
pull/70/head
Robert Sachunsky 1 month ago committed by GitHub
parent b581568e1e
commit 547229c0a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,5 +40,8 @@ where = ["."]
include = ["sbb_binarize"] include = ["sbb_binarize"]
namespaces = false namespaces = false
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data] [tool.setuptools.package-data]
sbb_binarize = ["sbb_binarize/*.json"] "*" = ["*.json"]

Loading…
Cancel
Save