summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-06 20:22:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-06 20:22:37 -0400
commitee509cc40c0ef6bd3a4b8e958a0c9330e2822238 (patch)
treebaf6ea2a471f154a3c8ed365e283f56ad4530f65
parent8d3e67258af4839f0f87ec445b45d307ffc4ee60 (diff)
downloadsetuptools-scm-ee509cc40c0ef6bd3a4b8e958a0c9330e2822238.tar.gz
Add jaraco.windows to the build dependencies.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f90d4d1..0a33ae6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=34.4", "wheel"]
+requires = ["setuptools>=34.4", "wheel", "jaraco.windows; python_version < '3'"]
build-backend = "setuptools.build_meta"