diff --git a/pyproject.toml b/pyproject.toml index 0a97cdc..30c169f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +grobid_client = "grobid_client.grobid_client:main" \ No newline at end of file