From fcb5524ad0cfd7c14a1a0a7c7f179294ec441df5 Mon Sep 17 00:00:00 2001 From: AlessioNar Date: Wed, 16 Oct 2024 17:21:18 +0200 Subject: [PATCH] Added gitignore and named poetry project --- .gitignore | 3 +++ pyproject.toml | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b4ee8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/* +dist/* +op_cellar.egg-info/* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 36fb864..6637964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ +[project] +name = "op_cellar" +version = "0.0.2" +description = "A generic package to query and retrieve documents from Cellar, the common data repository of the Publications Office of the European Union." + [tool.poetry] name = "op_cellar" version = "0.0.2" description = "A generic package to query and retrieve documents from Cellar, the common data repository of the Publications Office of the European Union." -authors = ["AlessioNar ", "seljaseppala"] +authors = ["AlessioNar "] license = "EUPL 1.2" readme = "README.md" classifiers = [