================ @@ -0,0 +1,36 @@ +[build-system] +requires = ["setuptools>=42", "setuptools_scm==8.1.0"] ---------------- nightlark wrote:
I think at the time I'd just encountered a bug in an earlier (or maybe the newer version of) setuptools_scm. Anyway, I switched over to hatchling >=1.27 (support for license expressions), and hatch-vcs >=0.4. Would it be better to leave hatch-vcs unpinned? https://github.com/llvm/llvm-project/pull/125806 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
