fix: package data file paths

This commit is contained in:
eneller
2025-01-16 13:08:57 +01:00
parent 37968f03b7
commit a51588d5e9
3 changed files with 17 additions and 7 deletions

View File

@@ -11,3 +11,12 @@ dependencies = [
]
[project.scripts]
epub2go = "convert:main"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
"epub2go" = ["../data/*"]