Skip to content

Commit

Permalink
Added gitignore and named poetry project
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Oct 16, 2024
1 parent 564570e commit fcb5524
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/*
dist/*
op_cellar.egg-info/*
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "seljaseppala"]
authors = ["AlessioNar <[email protected]>"]
license = "EUPL 1.2"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit fcb5524

Please sign in to comment.