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

setup.py is no longer needed #22

Open
KOLANICH opened this issue Oct 17, 2021 · 0 comments
Open

setup.py is no longer needed #22

KOLANICH opened this issue Oct 17, 2021 · 0 comments

Comments

@KOLANICH
Copy link

Modern versions of pip allow dev install without it. setuptools allows no-setup.py projects since 2019.

In order to build a wheel one can use python3 -m build -nwx, if pyproject.toml is present and complies with pep517 (it is not in this project, but feel free to take the file from my template).

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