# Watch control file for uscan to track upstream GitHub releases
version=4

opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%bazel-rules-python-$1%" \
    https://github.com/bazel-contrib/rules_python/tags \
    (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
