Skip to content

Commit 940cc89

Browse files
committed
fixup! Fix license
1 parent 75e49e0 commit 940cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local_scheme = "node-and-date"
1010
name = "compiledb"
1111
dynamic = ["version"] # determined dynamically from git refs. See tools.setuptool_scm above.
1212
description = "Tool for generating Clang JSON Compilation Database files for make-based build systems."
13-
license = "GPL-3.0-or-later"
13+
license = {text = "GPL-3.0-or-later"}
1414
authors = [{name = "Nick Yamane", email = "[email protected]"}]
1515
requires-python = ">=2.7"
1616
dependencies = [

0 commit comments

Comments
 (0)