git » python-pkgconfig.git » commit 6303b0b

Switch nvchecker to pypi

author Antonio Rojas
2024-03-19 22:42:30 UTC
committer Antonio Rojas
2024-03-19 22:42:30 UTC
parent 3f580955e4c8890461eaa1c2340ba5e8e59700a3

Switch nvchecker to pypi

.nvchecker.toml +2 -4

diff --git a/.nvchecker.toml b/.nvchecker.toml
index e0fda1d..540c545 100644
--- a/.nvchecker.toml
+++ b/.nvchecker.toml
@@ -1,5 +1,3 @@
 [python-pkgconfig]
-source = 'github'
-github = 'matze/pkgconfig'
-use_max_tag = true
-prefix = 'v'
+source = 'pypi'
+pypi = 'pkgconfig'