summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesus M. Rodriguez <jmrodri@firebird.home.net>2007-10-03 22:48:21 -0400
committerJesus M. Rodriguez <jmrodri@firebird.home.net>2007-10-03 22:48:21 -0400
commit3ff3336d954160739fca807732ec217d2dabc572 (patch)
tree1194a6f5c13ef4625c17df22372c39e06bee75e8 /setup.py
parentff3e3f38b174bee4b944d3851af55b296e407f13 (diff)
parent5dfdff8f110d8336b4812497428cd5dd1fae2db0 (diff)
downloadthird_party-func-3ff3336d954160739fca807732ec217d2dabc572.tar.gz
third_party-func-3ff3336d954160739fca807732ec217d2dabc572.tar.xz
third_party-func-3ff3336d954160739fca807732ec217d2dabc572.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index c908534..41f5553 100644
--- a/setup.py
+++ b/setup.py
@@ -28,10 +28,7 @@ if __name__ == "__main__":
license = "GPL",
scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster", "scripts/certmaster-ca"],
# package_data = { '' : ['*.*'] },
- package_dir = {"%s" % NAME: "%s" % NAME,
- "%s/minion" % NAME: "minion/",
- "%s/minion/modules" % NAME: "modules/",
- "%s/overlord" % NAME: "overlord/"
+ package_dir = {"%s" % NAME: "%s" % NAME
},
packages = ["%s" % NAME,
"%s/minion" % NAME,