Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added name to build.py
  • Loading branch information
aelgru committed Sep 27, 2012
1 parent 3a0e11d commit 7a31f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Expand Up @@ -30,6 +30,7 @@
default_task = ['analyze', 'publish'] default_task = ['analyze', 'publish']


version = '1.0.1' version = '1.0.1'
name = 'hostexpand'
summary = 'A tool to expand hostnames based on a pattern language and DNS resolution' summary = 'A tool to expand hostnames based on a pattern language and DNS resolution'
authors = [ authors = [
Author('Arne Hilmann', 'arne.hilmann@gmail.com'), Author('Arne Hilmann', 'arne.hilmann@gmail.com'),
Expand Down

0 comments on commit 7a31f6c

Please sign in to comment.