From c4274e789fe0d7349acf6307d15c0a15c01b5e2e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 30 Oct 2012 11:51:27 +0100 Subject: [PATCH] include cdist from the scripts/ directory for shipping Signed-off-by: Nico Schottelius --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b5e2a47..25fc4820 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name = "cdist", packages = ["cdist", "cdist.core", "cdist.exec", "cdist.util" ], package_data={'cdist': package_data}, - scripts = ["cdist.py"], + scripts = ["scripts/cdist"], version = cdist.version.VERSION, description = "A Usable Configuration Management System", author = "Nico Schottelius",