Skip to content

Commit

Permalink
Merge pull request #15 from rocky-linux/NeilHanlon-patch-1
Browse files Browse the repository at this point in the history
use project.scripts instead of tool.poetry.scripts for entrypoints
  • Loading branch information
NeilHanlon authored Nov 28, 2023
2 parents d995728 + 9fd9e1c commit 82f0f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ requests = "~2.27.1"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
[project.scripts]
oval = "oval.oval:main"

0 comments on commit 82f0f9f

Please sign in to comment.