test/first #8

Merged
jkuhl merged 24 commits from test/first into develop 2025-12-01 18:07:00 +01:00
Showing only changes of commit e8bf951baf - Show all commits

use setuptools_scm
Some checks failed
Pytest / pytest (3.10) (push) Failing after 15s
Pytest / pytest (3.11) (push) Failing after 14s
Pytest / pytest (3.12) (push) Successful in 28s

Justus Kuhlmann 2025-12-01 17:28:30 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -22,8 +22,8 @@ pcl = "corrlib.cli:app"
[tool.setuptools.packages.find]
include = ["corrlib", "corrlib.*"]
[tool.setuptools.dynamic]
version = { file = "corrlib/version.py" }
[tool.setuptools_scm]
write_to = "corrlib/version.py"
[tool.ruff.lint]
ignore = ["F403"]