File: disperse.toml

package info (click to toggle)
python-fastbencode 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: python: 478; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
tag-name = "v$VERSION"
verify-command = "python3 -m unittest fastbencode.tests.test_suite"
tarball-location = []
release-timeout = 5

[[update_version]]
path = "fastbencode/__init__.py"
new-line = "__version__ = $TUPLED_VERSION"