Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jun 28, 2024
1 parent 4b37d79 commit 72957ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ dependencies = {file = ["requirements.txt"]}

[tool.setuptools_scm]

[tool.setuptools]
packages=['grobid_client']

[project.urls]
Homepage = "https://github.com/kermitt2/grobid_client_python"
Repository = "https://github.com/kermitt2/grobid_client_python"
Changelog = "https://github.com/kermitt2/grobid_client_python"

[project.scripts]
hello-world = "grobid_client=grobid_client.grobid_client"
grobid_client = "grobid_client.grobid_client:main"

0 comments on commit 72957ec

Please sign in to comment.