We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e49e0 commit 940cc89Copy full SHA for 940cc89
pyproject.toml
@@ -10,7 +10,7 @@ local_scheme = "node-and-date"
10
name = "compiledb"
11
dynamic = ["version"] # determined dynamically from git refs. See tools.setuptool_scm above.
12
description = "Tool for generating Clang JSON Compilation Database files for make-based build systems."
13
-license = "GPL-3.0-or-later"
+license = {text = "GPL-3.0-or-later"}
14
authors = [{name = "Nick Yamane", email = "[email protected]"}]
15
requires-python = ">=2.7"
16
dependencies = [
0 commit comments