From dc51a06366c21a46502e77793800590b70350530 Mon Sep 17 00:00:00 2001 From: Richard Crowley Date: Sun, 6 Jan 2013 00:45:51 +0000 Subject: [PATCH] (#131) Add blueprint-rules(1) to Python package. --- setup.py.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py.mustache b/setup.py.mustache index 1a5a94d..929cc4a 100644 --- a/setup.py.mustache +++ b/setup.py.mustache @@ -18,6 +18,7 @@ setup(name='blueprint', 'bin/blueprint-prune', 'bin/blueprint-pull', 'bin/blueprint-push', + 'bin/blueprint-rules', 'bin/blueprint-show', 'bin/blueprint-show-files', 'bin/blueprint-show-ignore',