aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 18:42:20 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 18:42:20 -0400
commit587316ca143e12d0efcdc95569b4eed40da96189 (patch)
treee6cf493d0ca779e6b3ffbdf439ce28dc13e97d4f /wscript
parenta9ea95453ba2a592bf259676536853e1db1cdac8 (diff)
downloadmda.lv2-587316ca143e12d0efcdc95569b4eed40da96189.tar.gz
mda.lv2-587316ca143e12d0efcdc95569b4eed40da96189.tar.bz2
mda.lv2-587316ca143e12d0efcdc95569b4eed40da96189.zip
Add project tag to release posts
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6aeaefe..8a9d4e2 100644
--- a/wscript
+++ b/wscript
@@ -114,6 +114,6 @@ def posts(ctx):
'description' : autowaf.get_blurb(os.path.join(path, 'README')),
'dist_pattern' : 'http://download.drobilla.net/mda-lv2-%s.tar.bz2'},
{ 'Author' : 'drobilla',
- 'Tags' : 'LV2' },
+ 'Tags' : 'LV2, MDA.lv2' },
os.path.join(out, 'posts'))