-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9be447
commit 327747c
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[project] | ||
name = "op_cellar" | ||
version = "0.0.3" | ||
description = "A generic package to query and retrieve documents from Cellar, the common data repository of the Publications Office of the European Union." | ||
name = "ulit" | ||
version = "0.0.1" | ||
description = "ULIT - a Universal Legal Informatics Toolkit, is set of legal informatics utilities collected in a Python package that focuses on the retrieval of legal data and metadata from official sources in the EU, and their transformation in pythonic data structures" | ||
|
||
[tool.poetry] | ||
name = "op_cellar" | ||
version = "0.0.3" | ||
description = "A generic package to query and retrieve documents from Cellar, the common data repository of the Publications Office of the European Union." | ||
description = "ULIT - a Universal Legal Informatics Toolkit, is set of legal informatics utilities collected in a Python package that focuses on the retrieval of legal data and metadata from official sources in the EU, and their transformation in pythonic data structures" | ||
authors = ["AlessioNar <[email protected]>"] | ||
license = "EUPL 1.2" | ||
readme = "README.md" | ||
|
@@ -34,5 +34,5 @@ build-backend = "poetry.core.masonry.api" | |
|
||
|
||
[project.urls] | ||
Homepage = "https://github.com/AlessioNar/op_cellar" | ||
Issues = "https://github.com/AlessioNar/op_cellar/issues" | ||
Homepage = "https://github.com/AlessioNar/ulit" | ||
Issues = "https://github.com/AlessioNar/ulit/issues" |