Added package definition

This commit is contained in:
Jerzy Drozdz 2022-10-04 17:25:26 +02:00
parent ec8f130a55
commit 3909324019
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
bin
obj
valgrind.log
__pycache__

1
.tito/packages/ly Normal file
View File

@ -0,0 +1 @@
0.5.3 ./

View File

@ -4,3 +4,4 @@ tagger = tito.tagger.VersionTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = .tito/custom
tag_format = "v{version}"