forgot to include package data

Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
This commit is contained in:
Robert Sachunsky 2024-10-15 12:45:16 +02:00 committed by GitHub
parent b581568e1e
commit 547229c0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]