From 277ed07e8810dbd0adbbf213f56246394753f452 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Apr 2014 14:02:08 -0400 Subject: Move accessory functions to a generic tools module This will allow to easly share the module with install tools, without the need to install server side modules in clients Signed-off-by: Simo Sorce --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 846698b..3de7faa 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,8 @@ setup( version = '0.1', license = 'GPLv3+', packages = ['ipsilon', 'ipsilon.admin', 'ipsilon.login', 'ipsilon.util', - 'ipsilon.providers', 'ipsilon.providers.saml2'], + 'ipsilon.providers', 'ipsilon.providers.saml2', + 'ipsilon.tools'], data_files = [('share/man/man7', ["man/ipsilon.7"]), ('share/doc/ipsilon', ['COPYING']), ('share/doc/ipsilon/examples', ['examples/ipsilon.conf', -- cgit