build using pip (not setup.py)
casperdcl opened this issue · 0 comments
casperdcl commented
pip wheel -w dist --no-deps . (compared to python setup.py bdist_wheel) is nicer since it:
- auto-fetches build-requires (so no need to specify requirements)
- supports building projects without setup.py (https://www.python.org/dev/peps/pep-0517)