File: disperse.toml

package info (click to toggle)
python-setuptools-gettext 0.1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: python: 462; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
tag-name = "v$VERSION"
verify-command = "ruff check . && PYTHONPATH=. pytest tests/"
tarball-location = []
release-timeout = 5

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