fix: package data file paths
This commit is contained in:
@@ -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/*"]
|
||||
Reference in New Issue
Block a user