Skip to content

Commit

Permalink
Explicitly declare our build backend
Browse files Browse the repository at this point in the history
This change more accurately reflects that ``setuptools`` is intended to
use the ``build_meta`` backend from a previous installation. This may
cause some problems with source builds if existing wheels for ``wheel``
and ``setuptools`` are not available. In that event, manually building a
source wheel is recommended.
  • Loading branch information
pganssle committed Feb 5, 2019
1 parent c1243e9 commit 3fbf770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["wheel"]
requires = ["setuptools", "wheel"]
build-backend="setuptools.build_meta"

[tool.towncrier]
package = "setuptools"
Expand Down

0 comments on commit 3fbf770

Please sign in to comment.