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