Skip to content

Commit 4d68f63

Browse files
authored
Merge pull request #65 from normal-computing/build-fix
Add setuptools_scm
2 parents ad0661b + 0644b5d commit 4d68f63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ packages = ["posteriors"]
2828
"__init__.py" = ["F401", "F821", "E402"]
2929

3030
[build-system]
31-
requires = ["setuptools"]
32-
build-backend = "setuptools.build_meta"
31+
requires = ["setuptools>=64", "setuptools_scm>=8"]
32+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)