Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 1, 2024
1 parent 2f634aa commit d442e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pdf-document-layout-analysis"
version = "2024.11.1.1002"
description = "This tool is for PDF document layout analysis"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS", url = "https://huridocs.org" }]
authors = [{ name = "HURIDOCS" }]
requires-python = ">= 3.11"
dependencies = [
"fastapi==0.111.1",
Expand Down Expand Up @@ -34,6 +34,7 @@ dependencies = [
]

[project.urls]
HURIDOCS = "https://huridocs.org"
GitHub = "https://github.com/huridocs/pdf-document-layout-analysis"
HuggingFace = "https://huggingface.co/HURIDOCS/pdf-document-layout-analysis"
DockerHub = "https://hub.docker.com/r/huridocs/pdf-document-layout-analysis"

0 comments on commit d442e83

Please sign in to comment.