summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-07-11 17:33:10 -0400
committerJim Meyering <jim@meyering.net>2006-07-11 17:33:10 -0400
commitf061199e4f8a3ea0e769325e72029ca7d791b206 (patch)
tree537b0add8a3dc2233c5b1467fdfcf15b113b8e45 /setup.py
parentee7856fd180e7d6a90ecdb7301cbee609e497d87 (diff)
downloadthird_party-cobbler-f061199e4f8a3ea0e769325e72029ca7d791b206.tar.gz
third_party-cobbler-f061199e4f8a3ea0e769325e72029ca7d791b206.tar.xz
third_party-cobbler-f061199e4f8a3ea0e769325e72029ca7d791b206.zip
Add yaml directory to setup.py
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 c477095..cbfb138 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ if __name__ == "__main__":
# FIXME: lame, this should point to a real cobbler webpage
url = "http://bugzilla.redhat.com",
license = "GPL",
- packages = ["cobbler"],
+ packages = ["cobbler","cobbler/yaml"],
scripts = ["cobbler/cobbler"],
data_files = [
# (docspath, ['README']),