summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 18:42:41 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 18:42:41 -0400
commit9ec31478e841a2e43a1f2692b5ecc7d603a9aeee (patch)
tree650632c0dd5fbd40952d90f2d3ec733acf4d68e0 /wscript
parentb0ee450c907d2b4ef4a350c3e8ae114573458eca (diff)
downloadpatchage-9ec31478e841a2e43a1f2692b5ecc7d603a9aeee.tar.gz
patchage-9ec31478e841a2e43a1f2692b5ecc7d603a9aeee.tar.bz2
patchage-9ec31478e841a2e43a1f2692b5ecc7d603a9aeee.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 f5eb3d0..b76437f 100644
--- a/wscript
+++ b/wscript
@@ -223,5 +223,5 @@ def posts(ctx):
'description' : autowaf.get_blurb(os.path.join(path, 'README')),
'dist_pattern' : 'http://download.drobilla.net/patchage-%s.tar.bz2'},
{ 'Author' : 'drobilla',
- 'Tags' : 'Hacking, LAD' },
+ 'Tags' : 'Hacking, LAD, Patchage' },
os.path.join(out, 'posts'))