Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 82f0f9f

Browse files
authored
Merge pull request #15 from rocky-linux/NeilHanlon-patch-1
use project.scripts instead of tool.poetry.scripts for entrypoints
2 parents d995728 + 9fd9e1c commit 82f0f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ requests = "~2.27.1"
1616
requires = ["poetry-core"]
1717
build-backend = "poetry.core.masonry.api"
1818

19-
[tool.poetry.scripts]
19+
[project.scripts]
2020
oval = "oval.oval:main"

0 commit comments

Comments
 (0)