Skip to content

Commit

Permalink
setuptools: try to fix editable
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Aug 26, 2024
1 parent 77e31f2 commit 46f433c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ ocrd-dummy = "ocrd.processor.builtin.dummy_processor:cli"

[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
"*" = ["*.json", '*.yml', '*.xml', '*.conf', '*.bash', '*.xsd']
package-dir = {"" = "src"}
package-data = {"*" = ["*.json", '*.yml', '*.xml', '*.conf', '*.bash', '*.xsd']}

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 46f433c

Please sign in to comment.