From 5a7b153ad238ebdf8aa3c85fdf5c308640d8457b Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 27 May 2015 09:05:23 +0000 Subject: install: Make a package out of ipaserver.install.server Until ipa-server-install, ipa-replica-install and ipa-server-upgrade are merged into a single code base, keep their respective bits in separate modules in the package. https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Martin Basti --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index af7964d60..434aeb8cc 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ setup( 'ipaserver.plugins', 'ipaserver.install', 'ipaserver.install.plugins', + 'ipaserver.install.server', ], scripts=['ipa'], data_files = [('share/man/man1', ["ipa.1"])], -- cgit