Skip to content

Commit 6f102c0

Browse files
author
Olivier Chédru
authored
Merge pull request #92 from JarnoRFB/patch-1
Quote version in authorized_packages
2 parents 7db0c81 + 765d992 commit 6f102c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Also supports pyproject.toml like:
192192
optional_dependencies = ["test"] # to load extras from [project.optional-dependencies]
193193

194194
[tool.liccheck.authorized_packages]
195-
uuid = 1.30
195+
uuid = "1.30"
196196

197197
By default, exact matching is required between each package's license and one of the license of the authorized or unauthorized list.
198198
You can also provide regular expressions to match licenses by using the ``as_regex`` boolean flag. For instance, to exclude GPL licenses,

0 commit comments

Comments
 (0)