Add Debian packages, support Ubuntu 22 via tomli
This commit is contained in:
parent
b71f41212a
commit
9f9301e17e
12 changed files with 305 additions and 720 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "jinjaturtle"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "Convert config files into Ansible defaults and Jinja2 templates."
|
||||
authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
@ -19,13 +19,6 @@ tomli = { version = "^2.0.0", python = "<3.11" }
|
|||
defusedxml = "^0.7.1"
|
||||
jinja2 = "^3.1.6"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.0"
|
||||
pytest-cov = "^4.0"
|
||||
build = "^1.0"
|
||||
twine = "^5.0"
|
||||
pyproject-appimage = "^4.2"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
jinjaturtle = "jinjaturtle.cli:main"
|
||||
|
||||
|
|
@ -36,3 +29,8 @@ build-backend = "poetry.core.masonry.api"
|
|||
[tool.pyproject-appimage]
|
||||
script = "jinjaturtle"
|
||||
output = "JinjaTurtle.AppImage"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^8"
|
||||
pytest-cov = "^5"
|
||||
pyproject-appimage = "^4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue