mirror of https://github.com/fairyglade/ly.git
Added package definition
This commit is contained in:
parent
ec8f130a55
commit
3909324019
|
|
@ -1,3 +1,4 @@
|
||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
valgrind.log
|
valgrind.log
|
||||||
|
__pycache__
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
0.5.3 ./
|
||||||
|
|
@ -4,3 +4,4 @@ tagger = tito.tagger.VersionTagger
|
||||||
changelog_do_not_remove_cherrypick = 0
|
changelog_do_not_remove_cherrypick = 0
|
||||||
changelog_format = %s (%ae)
|
changelog_format = %s (%ae)
|
||||||
lib_dir = .tito/custom
|
lib_dir = .tito/custom
|
||||||
|
tag_format = "v{version}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue