Skip to content

Commit 3cb54e9

Browse files
committed
Add autopublish tool [skip ci]
1 parent 7df92f3 commit 3cb54e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=42.0", "wheel"]
2+
requires = ["setuptools>=42.0", "wheel", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools_scm]
6+
57
[tool.pytest.ini_options]
68
addopts = "--cov=bayesflow"
79
testpaths = [

0 commit comments

Comments
 (0)