File: disperse.toml

package info (click to toggle)
python-setuptools-protobuf 0.1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 490; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
tag-name = "v$VERSION"
release-timeout = 5

[[update_version]]
path = "setuptools_protobuf/__init__.py"
match = "^__version__ = ((.*))$"
new-line = "__version__ = $TUPLED_VERSION"