Commit d012529d authored by Paul Ganssle's avatar Paul Ganssle

Drop build-backend from pyproject.toml

Because we do not include setuptools in our build requirements and there
is no mechanism for a PEP 517 backend to bootstrap itself, setuptools
cannot use setuptools.build_meta as its backend, and cannot use PEP 517
to build itself.

Additionally, if you specify build-backend, it is impossible to disable
PEP 517 builds with pip's --no-use-pep517 flag.
parent de36b62e
[build-system]
requires = ["wheel"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "setuptools"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment