summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-12-12 19:46:57 -0700
committerMark Wagie2024-12-12 19:46:57 -0700
commitc46d920c7915558424161fe0be1543606388cdd1 (patch)
tree066f4c6747f77b878968705a86a596f645f53498
parent42befa0daaff9b708e70b5c86c3e213e954439e3 (diff)
downloadaur-c46d920c7915558424161fe0be1543606388cdd1.tar.gz
add .nvchecker.toml
-rw-r--r--.gitignore1
-rw-r--r--.nvchecker.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4dab8d6386e3..c88fa7b0bf74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
!.gitignore
!PKGBUILD
!.SRCINFO
+!.nvchecker.toml
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..92a9f31fe664
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,3 @@
+[python-daemons]
+source = "pypi"
+pypi = "daemons"