1
0
forked from Georg/pyacl

Compare commits

..

1 Commits

Author SHA1 Message Date
0ebe49fd37
fix: 🐞 dynamic version system for older python and setuptools
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-22 02:11:26 +03:00

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=64", "setuptools-scm>=8", "wheel"]
build-backend = "setuptools.build_meta"