From 7a31f6ca4680de9b94263387ae3264e7ca37cf8a Mon Sep 17 00:00:00 2001 From: Michael Gruber Date: Thu, 27 Sep 2012 15:36:09 +0200 Subject: [PATCH] added name to build.py --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 33445ab..044bf10 100644 --- a/build.py +++ b/build.py @@ -30,6 +30,7 @@ default_task = ['analyze', 'publish'] version = '1.0.1' +name = 'hostexpand' summary = 'A tool to expand hostnames based on a pattern language and DNS resolution' authors = [ Author('Arne Hilmann', 'arne.hilmann@gmail.com'),