You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
333 B
16 lines
333 B
[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"
|