Tweaks
All checks were successful
CI / test (push) Successful in 56s
CI / test (almalinux, docker.io/library/almalinux:9, python3.11) (push) Successful in 11m59s
CI / test (debian, docker.io/library/debian:13, python3) (push) Successful in 17m26s
Lint / test (push) Successful in 53s

This commit is contained in:
Miguel Jacq 2026-07-05 11:30:45 +10:00
parent bcaf660349
commit da0d8851d3
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
2 changed files with 13 additions and 22 deletions

View file

@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core>=1.4.0,<3.0.0"]
requires = ["poetry-core>=1.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[project]
@ -26,9 +26,8 @@ enroll = "enroll.cli:main"
[tool.poetry]
# Keep this legacy Poetry metadata as a compatibility shim for distro
# build backends such as Debian Bookworm's python3-poetry-core 1.4.x.
# build backends such as Debian Bookworm/Ubuntu Jammy python3-poetry-core.
# The canonical modern metadata remains in [project] above.
requires-poetry = ">=2.0"
name = "enroll"
version = "0.7.0"
description = "Enroll a server's running state retrospectively into Ansible"
@ -51,17 +50,9 @@ jsonschema = ">=4.23,<5"
[tool.poetry.scripts]
enroll = "enroll.cli:main"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pytest = ">=8,<9"
pytest-cov = ">=5,<6"
[tool.poetry.group.appimage]
optional = true
[tool.poetry.group.appimage.dependencies]
pyproject-appimage = ">=4.2,<5"
[tool.pyproject-appimage]