##// END OF EJS Templates
pyproject: add config file...
pyproject: add config file This will tell pip et al to call our setup.py for the majority of packaging concerns, but also gives us a place to put standard config stuff like black. This was previously D9833, but was rolled back due to test breakage. nbjoerg thinks that breakage is now resolved, so we're trying again. Differential Revision: https://phab.mercurial-scm.org/D10184

File last commit:

r47184:5be88620 default
r47531:d13afdd1 default
Show More
pyproject.toml
3 lines | 90 B | application/toml | TOMLLexer
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"