Learn more about these different git repos.
Other Git URLs
93b67e0
@@ -0,0 +1,5 @@
+ [build-system]
+ requires = [
+ "setuptools"
+ ]
+ build-backend = "setuptools.build_meta"
Only function it has now is that pip runs isolated build instead of non-isolated. setup.py stays untouched for being full-featured for older pythons.
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#where-to-start
@mikem
Only function it has now is that pip runs isolated build instead of
non-isolated. setup.py stays untouched for being full-featured for older
pythons.
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#where-to-start