summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0a33ae6..bae5853 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,5 @@
[build-system]
-requires = ["setuptools>=34.4", "wheel", "jaraco.windows; python_version < '3'"]
+requires = ["setuptools>=34.4", "wheel", "setuptools_scm[toml]"]
build-backend = "setuptools.build_meta"
+
+[tool.setuptools_scm]