fix: package src path
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies = [
|
||||
"urllib3==2.2.2",
|
||||
]
|
||||
[project.scripts]
|
||||
epub2go = "convert:main"
|
||||
epub2go = "epub2go.convert:main"
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
||||
@@ -19,4 +19,4 @@ include-package-data = true
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"epub2go" = ["../data/*"]
|
||||
"epub2go" = ["blocklist.txt", "drama.css"]
|
||||
Reference in New Issue
Block a user