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 build to pyproject.toml #42

Open
Technologicat opened this issue Oct 11, 2024 · 0 comments
Open

Migrate build to pyproject.toml #42

Technologicat opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Technologicat
Copy link
Owner

The migration seems more complex than necessary. Waiting until someone writes an ELI5 migration guide.

An added point of complexity here is that we need to build the wheels either a) without compiling bytecode, or b) with macro-enabled bytecode, which requires a custom build command. And running custom commands in the installer is frowned upon (mostly for good reason, but here such a feature would be useful).

Seems we're not the only one in this boat, though.

You are telling me that we had a working python setup.py solution for 10+ years, this workflow is now quasi deprecated, and the recommended replacement is it's complicated?! I'm just trying to get my package modernized. Why does that need to be complicated?
--Gregory Szorc

@Technologicat Technologicat added the enhancement New feature or request label Oct 11, 2024
@Technologicat Technologicat added this to the 3.x milestone Oct 11, 2024
@Technologicat Technologicat self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant