summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-11-24 16:39:40 -0500
committerJulian Berman <Julian@GrayVines.com>2019-11-24 16:39:40 -0500
commit702ff13807b33faad01d0a97070e026cb3e778a3 (patch)
treece427505a9ce22dfcc35532119baf7bfbe73f74a /pyproject.toml
parent2f734a7ce1395ac4ff2d394583fd46a2e8833a9b (diff)
downloadjsonschema-702ff13807b33faad01d0a97070e026cb3e778a3.tar.gz
Add setuptools-scm to the pyproject.toml.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8fac02e..3c6a6e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,7 @@ requires = [
# The minimum setuptools version is specific to the PEP 517 backend,
# and may be stricter than the version required in `setup.py`
"setuptools>=40.6.0",
+ "setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"