diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 18:42:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 18:42:30 -0400 |
commit | 67d9bb847d8f77cf7c2f4156dff21fc1ace264c7 (patch) | |
tree | 2c0682cf69f051ff3fb5705b32424c9cca36ea86 | |
parent | 69df1ba7e317f0d26e50f69cceef91c16732aa94 (diff) | |
download | raul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.tar.gz raul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.tar.bz2 raul-67d9bb847d8f77cf7c2f4156dff21fc1ace264c7.zip |
Add project tag to release posts
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |