diff options
author | mergify[bot] <mergify[bot]@users.noreply.github.com> | 2018-12-29 09:01:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-29 09:01:07 +0000 |
commit | 5635258a9510b05287c6a1933322549062bc5f5b (patch) | |
tree | c093a216baedbe897da8cba4a5c23fa98f059cc9 | |
parent | 8e25ed93913d34687de9a701e112a8ea5804d1cb (diff) | |
parent | b6b5c710b9f4b1b3aa21256a2065f4e917201b0e (diff) | |
download | python-setuptools-git-5635258a9510b05287c6a1933322549062bc5f5b.tar.gz |
Merge pull request #1616 from pypa/feature/pep517-build
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" |