git » python-click.git » commit d007fac

nvchecker: add config

author Levente Polyak
2024-05-26 22:26:09 UTC
committer Levente Polyak
2024-05-26 22:26:09 UTC
parent 71647f6b50b94a2f90b804cce93306daffe68fae

nvchecker: add config

.nvchecker.toml +3 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..026145b
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,3 @@
+[python-click]
+source = "git"
+git = "https://github.com/pallets/click.git"