summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py.in
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-02 12:04:25 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-08 15:34:11 +0000
commit9e9c01fba2938f26843a6c4f44622c86416ef525 (patch)
tree7c7253d28f91d90949cbf9ec6b0e19215bcf07e0 /ipapython/setup.py.in
parent08229a0c5457d4e0c13d6b02a1f38f60ea787856 (diff)
downloadfreeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.tar.gz
freeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.tar.xz
freeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.zip
install: Introduce installer framework ipapython.install
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython/setup.py.in')
-rw-r--r--ipapython/setup.py.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index 6caf17905..6cba59cfc 100644
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -65,7 +65,9 @@ def setup_package():
classifiers=filter(None, CLASSIFIERS.split('\n')),
platforms = ["Linux", "Solaris", "Unix"],
package_dir = {'ipapython': ''},
- packages = [ "ipapython", "ipapython.dnssec" ],
+ packages = ["ipapython",
+ "ipapython.dnssec",
+ "ipapython.install"],
)
finally:
del sys.path[0]