summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 16:21:27 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 16:21:27 -0400
commit637c6db316c12384f89825e12bf47dda7609ebb9 (patch)
tree8d1e2933b39fef68a9becd764a013eb4a9f64864 /setup.py
parent4d36563e61ab0d0b6617aae18c9a6962701c6c59 (diff)
downloadthird_party-func-637c6db316c12384f89825e12bf47dda7609ebb9.tar.gz
third_party-func-637c6db316c12384f89825e12bf47dda7609ebb9.tar.xz
third_party-func-637c6db316c12384f89825e12bf47dda7609ebb9.zip
Adding func (command line client to be run from master) to /usr/bin
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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/",