[tool.poetry] name = "py-licenser" version = "0.1.0" description = "License helper for source projects" authors = ["Guillaume Anciaux "] license = "GPL" readme = "README.md" packages = [{include = "pylicenser"}] [tool.poetry.dependencies] python = "^3.10" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] pylicenser = { callable = "pylicenser:bin.licenser.main"}