-
Notifications
You must be signed in to change notification settings - Fork 14
migrate from setup.* to pyproject.toml #52
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
Conversation
The zip_safe and test_suite parameters that are still used there are deprecated upstream.
|
Had a skim through (since I was just about to send a PR with the same change 😅 ), changes all look fine to me. Fun fact: there are conversion tools setuptools-py2cfg + ini2toml that work pretty well for semi-automating this conversion. See https://stackoverflow.com/a/73830494. |
|
I have some in-progress work on proper doc. I’ll create a PR later today with what’s done so far so we can iterate. |
|
This ended up being written organically. I've reviewed the content here, and added a few bits that were missing. Thanks for the work, and my apologies that I didn't end up merging it. |
This was based on a review of PR py-vobject#52 from @lucc, reviewed by @dbarnett, that I didn't end up using as I set up the v1.0 build. With this change, I've pulled in the things in @lucc's PR that weren't there already.
I don't know if you are interested in this before the 0.9.8 release. Otherwise we can keep it here until then.