git » python-more-itertools.git » commit c71319b

Add nvchecker integration

author David Runge
2024-03-12 08:49:52 UTC
committer David Runge
2024-03-12 08:49:52 UTC
parent 9d464c52bcc7cf4f180379b41da228f894c07e4d

Add nvchecker integration

Signed-off-by: David Runge <dvzrv@archlinux.org>

.nvchecker.toml +3 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..05b67c4
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,3 @@
+[python-more-itertools]
+source = "pypi"
+pypi = "more-itertools"