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 | 38d0fe7c7fd82c645e400959c1247fb2da23bdcd (patch) | |
tree | 64ed8a68df22538fa20acfe3d71ccbed9a0ebbc4 | |
parent | 0d599585d2bcf071eac0d50df7443bc4f6f7a9e4 (diff) | |
download | serd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.tar.gz serd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.tar.bz2 serd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.zip |
Add project tag to release posts
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,5 +529,5 @@ def posts(ctx): 'description' : autowaf.get_blurb(os.path.join(path, 'README')), 'dist_pattern' : 'http://download.drobilla.net/serd-%s.tar.bz2'}, { 'Author' : 'drobilla', - 'Tags' : 'Hacking, RDF' }, + 'Tags' : 'Hacking, RDF, Serd' }, os.path.join(out, 'posts')) |