blob: 855fc33c9192670085cafec925a22449138d5e42 (
plain)
1
2
3
4
5
6
|
[python-pybertini-docs]
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"
|