From e71c5e507a95f5a72284df8c2285296d11262ce5 Mon Sep 17 00:00:00 2001 From: rohe0002 Date: Tue, 25 Oct 2011 16:25:18 +0200 Subject: [PATCH] Changed installation script and documentation. --- README | 11 +++++++++++ setup.py | 2 ++ 2 files changed, 13 insertions(+) diff --git a/README b/README index 8fc935d..6893860 100644 --- a/README +++ b/README @@ -6,6 +6,17 @@ Identity Provider (IdP). There are some things you have to do disregarding how you want the SP to talk to the IdP/AA. So I take those first. +Dependency +---------- + +This package is dependent on pySAML2. +You should get PySAML2 from Launchpad, the version that is at PyPI is not +enough up-to-date. + +bzr co bzr+ssh://bazaar.launchpad.net/%2Bbranch/pysaml2/ + +should get you the latest version. + Basic Installing ---------- diff --git a/setup.py b/setup.py index 29e93e7..21b5f04 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,8 @@ setup(# Distribution meta-data ('/usr/local/etc/moonshot/pki', ['pki/ssl.cert', 'pki/ssl.key'])], zip_safe=False, + package_data = {"etc":["*.py", "*.xml"]}, + include_package_data = True # install_requires=[ # 'pysaml2' # ] -- 2.1.4