From 637c6db316c12384f89825e12bf47dda7609ebb9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Sep 2007 16:21:27 -0400 Subject: Adding func (command line client to be run from master) to /usr/bin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 156b824..8fcd0ca 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ if __name__ == "__main__": author_email = "func-list@redhat.com", url = "https://hosted.fedoraproject.org/projects/func/", license = "GPL", - scripts = ["scripts/funcd", "scripts/certmaster"], + scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster"], # package_data = { '' : ['*.*'] }, package_dir = {"%s" % NAME: "%s" % NAME, "%s/minion" % NAME: "minion/", -- cgit