Skip to content

Commit

Permalink
Add autopublish tool [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanradev93 committed Jun 22, 2023
1 parent 7df92f3 commit 3cb54e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[build-system]
requires = ["setuptools>=42.0", "wheel"]
requires = ["setuptools>=42.0", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[tool.pytest.ini_options]
addopts = "--cov=bayesflow"
testpaths = [
Expand Down

0 comments on commit 3cb54e9

Please sign in to comment.