Skip to content

Commit f0da8c9

Browse files
authored
Quote version in authorized_packages
As unquoted versions do not work for version numbers with MAJOR.MINOR.PATCH format.
1 parent 72e8a89 commit f0da8c9

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
Using liccheck with pre-commit
198198
==============================

0 commit comments

Comments
 (0)