mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-07 19:35:04 +02:00
forgot to include package data
Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
This commit is contained in:
parent
b581568e1e
commit
547229c0a4
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue