Tweaks
All checks were successful
All checks were successful
This commit is contained in:
parent
bcaf660349
commit
da0d8851d3
2 changed files with 13 additions and 22 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue