diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 7fbb6bf..e522c64 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-pysmf] +source = "github" +github = "dsacre/pysmf" +use_max_tag = true +prefix = "v" + [python-sphinxcontrib-fulltoc] source = "github" github = "sphinx-contrib/fulltoc"