rocky-linux / oval

OVAL file generator
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

use project.scripts instead of tool.poetry.scripts for entrypoints #15

Closed NeilHanlon closed 11 months ago

NeilHanlon commented 11 months ago

This change updates the pyproject.toml to use the PEP-621 specification for identifying console_scripts/entrypoints, and resolves the build issue on Fedora. From my testing, there is no impact for installations via e.g. pip, as these tools will understand PEP-621 entrypoint specifications.