summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-10-03 07:56:21 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-10-03 07:56:21 -0400
commitcccce6ade18ec60ea3e5418e14f8187b3a8f789a (patch)
tree2a18667d0d9b47682a67a3076cfdf91e5a8c923e /setup.py
parent66fc8600c90f5308a11de6895650441743396c8c (diff)
parent63e937cf144f0c61811bb6d842cfc22838a6b851 (diff)
downloadthird_party-func-cccce6ade18ec60ea3e5418e14f8187b3a8f789a.tar.gz
third_party-func-cccce6ade18ec60ea3e5418e14f8187b3a8f789a.tar.xz
third_party-func-cccce6ade18ec60ea3e5418e14f8187b3a8f789a.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
* 'master' of ssh://git.fedoraproject.org/git/hosted/func: Fix up recursive pylint and pychecker rules. Moved code under the func namespace. Exit program after listing minions. Added func --list-minions option. changes to use the new command line modules add command.py from MOAP http://thomas.apestaart.org/moap/trac
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,