Update project information.

This commit is contained in:
2023-06-18 09:37:58 +03:00
parent cc0e1c6aa0
commit 2cc352d6db
2 changed files with 296 additions and 0 deletions
+9
View File
@@ -5,10 +5,19 @@ description = ""
authors = ["Kostiantyn Klochko <kostya_klochko@ukr.net>"]
readme = "README.org"
packages = [{include = "docker_tags_getter"}]
repository = "https://gitlab.com/KKlochko/docker_tags_getter"
[tool.poetry.urls]
"Bug Tracker" = "https://gitlab.com/KKlochko/docker_tags_getter/issues"
[tool.poetry.dependencies]
python = "^3.9"
typer = "^0.9.0"
rich = "^13.4.2"
requests = "^2.31.0"
[tool.poetry.scripts]
dtg = "docker_tags_getter.main:main"
[build-system]
requires = ["poetry-core"]