diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 18:40:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 18:40:46 -0400 |
commit | fa9495d30f9fc88092f2ed0d2defd315074d365a (patch) | |
tree | 847ff14238a3fb0aa4e10e888b86f097df4f86b0 /wscript | |
parent | c91a6de816db02ad3c988f6b4ff473704a6e6c50 (diff) | |
download | ganv-fa9495d30f9fc88092f2ed0d2defd315074d365a.tar.gz ganv-fa9495d30f9fc88092f2ed0d2defd315074d365a.tar.bz2 ganv-fa9495d30f9fc88092f2ed0d2defd315074d365a.zip |
Add project tag to release posts
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,5 +253,5 @@ def posts(ctx): 'description' : autowaf.get_blurb(os.path.join(path, 'README')), 'dist_pattern' : 'http://download.drobilla.net/ganv-%s.tar.bz2'}, { 'Author' : 'drobilla', - 'Tags' : 'Hacking, LAD, LV2' }, + 'Tags' : 'Hacking, LAD, LV2, Ganv' }, os.path.join(out, 'posts')) |