##// END OF EJS Templates
Modernize setuptools usage in pyproject.toml...
Michał Górny -
Show More
@@ -1,3 +1,3 b''
1 1 [build-system]
2 requires = ["setuptools >= 51.0.0", "wheel"]
3 build-backend = "setuptools.build_meta:__legacy__"
2 requires = ["setuptools >= 51.0.0"]
3 build-backend = "setuptools.build_meta"
@@ -64,6 +64,8 b' Python {py} detected.'
64 64 from setuptools import setup
65 65
66 66 # Our own imports
67 sys.path.insert(0, ".")
68
67 69 from setupbase import target_update
68 70
69 71 from setupbase import (
General Comments 0
You need to be logged in to leave comments. Login now