From 25263db3d95fa1b7bfe8c80dd051c78a6ab012e4 Mon Sep 17 00:00:00 2001 From: Anthony Valente Date: Sun, 24 Apr 2022 13:47:31 -0700 Subject: [PATCH] Add scm for versioning. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bd18bc..9938aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "numpy>=1.19.5", "Cython>=0.29.21"] +requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4", "wheel", "numpy>=1.19.5", "Cython>=0.29.21"] build-backend = "setuptools.build_meta" + +[tool.setuptools_scm]