Add comment about running the script with uv

This commit is contained in:
Roland Geider
2025-11-23 00:14:42 +01:00
parent dc3f57493c
commit ecb3bcd095

View File

@@ -16,6 +16,8 @@ import requests
# ]
# ///
# Run with "uv run generate_authors_api.py"
ORGANIZATION = 'wger-project'
REPOSITORIES = ['wger', 'flutter', 'react', 'docker', 'docs']
COMMITS_PER_PAGE = 100