mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 20:36:53 +08:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
[DEFAULT]
|
|
# the default branch for upstream sources:
|
|
upstream-branch = master
|
|
# the default branch for the debian patch:
|
|
debian-branch = debian
|
|
# the default tag formats used:
|
|
upstream-tag = v%(version)s
|
|
debian-tag = debian/%(version)s
|
|
|