From 2e35c53c07d47919b0259dddf50f6c90b0891efa Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Sat, 23 Jul 2022 15:33:13 +0100 Subject: [PATCH] Change name of library --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d246934..f30f4e7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# grobid_client +# grobid_client_py Python library for requesting and serializing TEI XML to [dataclasses](https://docs.python.org/3/library/dataclasses.html) diff --git a/pyproject.toml b/pyproject.toml index 7edc882..3467965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "grobid_client" +name = "grobid_client_py" version = "0.1.0" description = "Python library for requesting and serializing TEI XML to dataclasses" authors = ["Omar Zeghouani "] @@ -12,7 +12,7 @@ include = [ ] readme = "README.md" -repository = "https://github.com/ram02z/grobid_client" +repository = "https://github.com/ram02z/grobid_client_py" keywords = ["GROBID", "XML", "dataclass"] classifiers = [