Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to pyproject.toml #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dogukancagatay
Copy link

@dogukancagatay dogukancagatay commented Mar 9, 2024

Proposed changes in this pull request

This PR migrates the project to pyproject.toml from setup.py.

  • Added RPM SPEC file.
  • Updated rpm task of the Makefile.
  • It uses hatchling (and hatch) for build-system.
  • The version info is gathered by hatchling via hatch-vcs plugin (PEP-440 compatible version number)

Additionally, fixes the issue related to PEP-440 compatible version string issue happening with setuptools > 66 environments (and in #51).

Type (put an x where ever applicable)

  • Bug fix: Link to the issue
  • Feature (Non-breaking change)
  • Feature (Breaking change)
  • Documentation Improvement
  • Other

Checklist

Please put an x against the checkboxes. Write a small comment explaining if its N/A (not applicable)

  • All the tests are passing after the introduction of new changes.
  • [N/A] Added tests respective to the part of code I have written.
  • [N/A] Added proper documentation where ever applicable (in code and README.md).

Optional extra information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant