openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Use newer build and install macros #171

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 1 year ago

If a project ships a pyproject.toml and does not ship setup.py, we should use %pyproject_wheel and '%pyproject_install` not the setup.py macros.

bnavigator commented 1 year ago

Done in #172