-
Notifications
You must be signed in to change notification settings - Fork 75
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
Please migrate away from setup.py #76
Comments
Point of clarification: |
@baldurmen It seems to have been fixed. Can this be closed? |
Hi, I guess this issue could be closed, yes. I would prefer if it wasn't though, as I don't think the current fix is what I intended :) @SnoopJ is right in correcting me by saying Most of the logic stays in the I had a look and it doesn't seem like it would be a lot of work? |
Yes you're right, the |
Thanks both for the discussion! I looked into this a bit but haven't fully completed the transition. I believe from what I've seen so far that the |
You can use PDM: https://pdm-backend.fming.dev/build_config/#run-setuptools |
Hello!
setup.py
has been deprecated for a while now (although support hasn't yet bet removed). It would be nice if this project moved away from it before something actually breaks :)If you want to stick with
setuptools
, newer versions do support building via a PEP-617-stylepyproject.toml
file:You can see an example of a migration to
pyproject.toml
with setuptools that I did here: jaseg/python-mpv#241Cheers,
The text was updated successfully, but these errors were encountered: