[clang] [llvm] [libclang/python] Enable packaging libclang bindings (PR #125806)
Ryan Mast via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 8 10:57:01 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list