Project initialization.

This commit is contained in:
2023-06-18 08:58:27 +03:00
commit 396d0c0722
5 changed files with 31 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[tool.poetry]
name = "docker-tags-getter"
version = "0.1.0"
description = ""
authors = ["Kostiantyn Klochko <kostya_klochko@ukr.net>"]
readme = "README.org"
packages = [{include = "docker_tags_getter"}]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"