From 67d9bb847d8f77cf7c2f4156dff21fc1ace264c7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Sep 2016 18:42:30 -0400 Subject: Add project tag to release posts --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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')) -- cgit v1.2.1