Add the license, LGPLv3.

This commit is contained in:
2023-06-18 21:43:33 +03:00
parent 003f2538a8
commit 92a07290e6
4 changed files with 847 additions and 1 deletions
+3 -1
View File
@@ -3,9 +3,11 @@ name = "docker-tags-getter"
version = "0.1.0"
description = ""
authors = ["Kostiantyn Klochko <kostya_klochko@ukr.net>"]
readme = "README.org"
readme = "README.rst"
license = "LGPL-3.0-or-later"
packages = [{include = "docker_tags_getter"}]
repository = "https://gitlab.com/KKlochko/docker_tags_getter"
keywords = ["cli", "docker", "repos", "tags"]
[tool.poetry.urls]
"Bug Tracker" = "https://gitlab.com/KKlochko/docker_tags_getter/issues"