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.
2 parents 7db0c81 + 765d992 commit 6f102c0Copy full SHA for 6f102c0
README.rst
@@ -192,7 +192,7 @@ Also supports pyproject.toml like:
192
optional_dependencies = ["test"] # to load extras from [project.optional-dependencies]
193
194
[tool.liccheck.authorized_packages]
195
- uuid = 1.30
+ uuid = "1.30"
196
197
By default, exact matching is required between each package's license and one of the license of the authorized or unauthorized list.
198
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