summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 38dabf4..8f9588c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ include config/cobblerd_rotate
include config/cobbler_hosts
include config/modules.conf
include config/auth.conf
+include config/webui-cherrypy.cfg
recursive-include templates *.template
recursive-include kickstarts *.ks
include docs/cobbler.1.gz
@@ -16,6 +17,9 @@ include scripts/watcher.py
include scripts/cobblerd
include scripts/findks.cgi
include scripts/nopxe.cgi
+include scripts/cobbler_webui.cgi
include snippets/*
recursive-include po *.pot
recursive-include po *.po
+recursive-include webui_content *
+recursive-include webui_templates *