blob: 5820ec8b7c2d7e3b35d49589b352cbac283540ec (
plain)
1
2
3
4
5
6
7
|
# SPDX-FileCopyrightText: Arch Linux contributors
# SPDX-License-Identifier: 0BSD
[python-h3]
source = "git"
git = "https://github.com/uber/h3-py.git"
include_regex = 'v((?:\d|\.)+)'
prefix = "v"
|