diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-29 03:15:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-29 04:00:33 -0500 |
commit | b6b5c710b9f4b1b3aa21256a2065f4e917201b0e (patch) | |
tree | c093a216baedbe897da8cba4a5c23fa98f059cc9 | |
parent | 8e25ed93913d34687de9a701e112a8ea5804d1cb (diff) | |
download | external_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.tar.gz external_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.tar.bz2 external_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.zip |
Add declaration indicating the PEP 517 build backend needed for building setuptools.
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 07c23bb5..4ef804ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = ["wheel"] +build-backend = "setuptools.build_meta" [tool.towncrier] package = "setuptools" |