mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-08 22:49:17 +00:00
toml fix
This commit is contained in:
parent
95853fb25b
commit
3ee8b7b45e
@ -102,9 +102,11 @@ exclude = [
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
olmocr = ["py.typed"]
|
||||
olmocr.viewer = ["*.html"]
|
||||
olmocr.eval = ["*.html"]
|
||||
olmocr = [
|
||||
"py.typed",
|
||||
"viewer/*.html",
|
||||
"eval/*.html",
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "olmocr.version.VERSION"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user