From d5a49100cf8581e5a225fea2524ae1e7039a8ecd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 31 Jul 2020 21:44:44 -0700 Subject: [PATCH] Try this maybe? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e98a02804..3d3d232f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ # sync with setup.py until we discard non-pep-517/518 "setuptools>=42.0", - "setuptools-scm>=3.4", + "setuptools-scm[toml]>=3.4", "wheel", ] build-backend = "setuptools.build_meta"