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

Specify build backend and move project metadata to pyproject.toml #67

Merged
merged 2 commits into from
Jan 16, 2023

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Jan 15, 2023

This PR does two main things:

  • Specify a package build backend, based on setuptools and Cython (PEP 517 and PEP 518)
  • Move most of the static project metadata from setup.py to pyproject.toml (PEP 621), as supported by setuptools

Other minor changes:

@mwtoews
Copy link
Contributor Author

mwtoews commented Jan 15, 2023

The last commit does the following:

  • Set Cython language_level=3 and regenerate core.c with the latest stable Cython version
  • Re-add cp39-macosx*, which appears to build OK now
  • Add cp311 to get Python 3.11 wheels
  • Skip *musllinux* since NumPy does not build these binary wheels

@drufat drufat merged commit a14382f into drufat:master Jan 16, 2023
@mwtoews mwtoews deleted the pyproject-toml branch January 16, 2023 16:59
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.

2 participants