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 872d071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ include launcher.c
include msvc-build-launcher.cmd
include pytest.ini
include tox.ini
exclude pyproject.toml # Temporary workaround for #1644.
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 872d071

Please sign in to comment.