summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 18:42:30 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 18:42:30 -0400
commit67d9bb847d8f77cf7c2f4156dff21fc1ace264c7 (patch)
tree2c0682cf69f051ff3fb5705b32424c9cca36ea86 /wscript
parent69df1ba7e317f0d26e50f69cceef91c16732aa94 (diff)
downloadraul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.tar.gz
raul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.tar.bz2
raul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.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 83f8243..5ebd519 100644
--- a/wscript
+++ b/wscript
@@ -137,5 +137,5 @@ def posts(ctx):
'description' : autowaf.get_blurb(os.path.join(path, 'README')),
'dist_pattern' : 'http://download.drobilla.net/raul-%s.tar.bz2'},
{ 'Author' : 'drobilla',
- 'Tags' : 'Hacking, LAD, LV2' },
+ 'Tags' : 'Hacking, LAD, LV2, RAUL' },
os.path.join(out, 'posts'))