From 3cb54e9a0392cc1a0876adadbd0506cf9378a7cc Mon Sep 17 00:00:00 2001 From: stefanradev93 Date: Thu, 22 Jun 2023 16:05:37 +0200 Subject: [PATCH] Add autopublish tool [skip ci] --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 383ad197d..e0cb0f818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [