blob: ff7707099a10a48746c5f076c538b4647886f5d3 (
plain)
1
2
3
4
5
6
|
[python-pybertini]
source = "regex"
url = "https://raw.githubusercontent.com/bertiniteam/b2/refs/heads/develop/python/setup.py"
regex = "version=['\"](.+?)['\"]"
from_pattern = "(.+?)\\.(alpha|beta)"
to_pattern = "\\1\\2"
|