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

Use python -m build (--wheel) when no pyproject.toml but only setup.py #1189

Open
gl-yziquel opened this issue Jul 2, 2024 · 0 comments
Open

Comments

@gl-yziquel
Copy link

Hi.

I like the user experience of rye build. And try to build old projects with it when possible.

As of today, rye requires a pyproject.toml. But some old projects come only with some setup.py.

The python -m build command handles "more or less" gracefully both cases. rye does not.

Could it be possible to default to building old setup.py project with python -m build ? That would provide a more uniform layout to the build instructions for the various projects I build on my box.

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

No branches or pull requests

1 participant