-
Notifications
You must be signed in to change notification settings - Fork 27
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
Declare build deps in pyproject.toml
#108
Conversation
Thanks. I had been thinking about doing this for a while but I wasn't sure about all implications given that setup.py uses distutils rather than setuptools (for Python < 3.12). I guess it is fine to call the backend setuptools in any case. This should fix pip install for the special case that compilers and flint are already installed but a python-flint wheel is not available and should mean that There is also discussion about pyproject.toml in gh-52. Another thing that would be good to move to pyproject.toml would be all the cibuildwheel config which is currently duplicated in CI config/scripts: python-flint/.github/workflows/buildwheel.yml Lines 36 to 53 in e5da576
Lines 12 to 36 in e5da576
|
Thanks Matthias |
#111 updates the README accordingly |
No description provided.