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 | 139ed37f6ed77ad58c30a64a785f6a6e7a923c82 (patch) | |
tree | 5af08f0eed776c32b8a195bad48f986fa2af4fc7 | |
parent | bc90c3c943aae6d5532f6ee3dffe8f92fe66496e (diff) | |
download | suil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.tar.gz suil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.tar.bz2 suil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.zip |
Add project tag to release posts
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,6 +315,6 @@ def posts(ctx): 'description' : autowaf.get_blurb(os.path.join(path, 'README')), 'dist_pattern' : 'http://download.drobilla.net/suil-%s.tar.bz2'}, { 'Author' : 'drobilla', - 'Tags' : 'Hacking, LAD, LV2' }, + 'Tags' : 'Hacking, LAD, LV2, Suil' }, os.path.join(out, 'posts')) |