Skip to content

Commit

Permalink
Change name of library
Browse files Browse the repository at this point in the history
  • Loading branch information
ram02z committed Jul 23, 2022
1 parent e5afdf3 commit 2e35c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand All @@ -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 = [
Expand Down

0 comments on commit 2e35c53

Please sign in to comment.