You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
, ifpyproject.toml
is present and complies with pep517 (it is not in this project, but feel free to take the file from my template).The text was updated successfully, but these errors were encountered: