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 | 9ff1fb2b19fe1c5994c89b1b02d9a7e024288cc4 (patch) | |
tree | 055f97ac5b9bb3989f7d10db39c9bff2cf62ec05 | |
parent | 4a6100cbd6aa8297694c9c851ff903d8013dd3af (diff) | |
download | sratom-9ff1fb2b19fe1c5994c89b1b02d9a7e024288cc4.tar.gz sratom-9ff1fb2b19fe1c5994c89b1b02d9a7e024288cc4.tar.bz2 sratom-9ff1fb2b19fe1c5994c89b1b02d9a7e024288cc4.zip |
Add project tag to release posts
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,5 +168,5 @@ def posts(ctx): 'description' : autowaf.get_blurb(os.path.join(path, 'README')), 'dist_pattern' : 'http://download.drobilla.net/sratom-%s.tar.bz2'}, { 'Author' : 'drobilla', - 'Tags' : 'Hacking, LAD, LV2, RDF' }, + 'Tags' : 'Hacking, LAD, LV2, RDF, Sratom' }, os.path.join(out, 'posts')) |