use flit to handle PEP-517 build-system requirements #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pep-517-and-fedora-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This update migrates Buzon's build system to use
flit
for PEP-517 compliance, reflected in the updatedpyproject.toml
. The.gitignore
now includes entries for common build artifacts. Additionally, the RPM spec file has been renamed frombuzon.spec
topython-buzon.spec
to align with Python naming conventions and updated for clarity.