Install and take advantage of setuptools-scm #14

Merged
Toast merged 5 commits from setuptoolsScm into main 2025-05-30 23:50:28 +02:00
Showing only changes of commit 356f30b61c - Show all commits

View file

@ -9,8 +9,9 @@
src = ./.;
build-system = [
python3Packages.setuptools
build-system = with python3Packages; [
setuptools
setuptools-scm
];