#4301 Add pyproject.toml
Opened 2 months ago by tkopecek. Modified 3 days ago
tkopecek/koji pyproject  into  master

file added
+5
@@ -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

Metadata