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.
1 parent ef7c4aa commit 1144ddeCopy full SHA for 1144dde
.maint/update_zenodo.py
@@ -1,4 +1,11 @@
1
#!/usr/bin/env python3
2
+# /// script
3
+# requires-python = ">=3.12"
4
+# dependencies = [
5
+# "fuzzywuzzy",
6
+# "python-levenshtein",
7
+# ]
8
+# ///
9
"""Update and sort the creators list of the zenodo record."""
10
11
import json
0 commit comments