From 21540aee7e010a079d3acc21820ddc1b170e3aa4 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 19 Dec 2022 11:06:32 +0100 Subject: [PATCH] Trying to fix automated versioning --- run_af2/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_af2/pyproject.toml b/run_af2/pyproject.toml index d550e43..3dfc0d4 100644 --- a/run_af2/pyproject.toml +++ b/run_af2/pyproject.toml @@ -19,8 +19,8 @@ write_to = "src/run_af2/version.py" # This works only with Python 3.6, for 3.7 this needs to be fixed. With # setuptools >=61, setup.cfg is gone (https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#configuring-setuptools-using-pyproject-toml-files) requires = [ - "setuptools==56", + "setuptools>=56", "wheel", - "setuptools_scm==6.0" + "setuptools_scm>=6.0" ] build-backend = "setuptools.build_meta" -- GitLab