From: rohe0002 Date: Tue, 25 Oct 2011 14:25:18 +0000 (+0200) Subject: Changed installation script and documentation. X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius-pysaml2.git;a=commitdiff_plain;h=e71c5e507a95f5a72284df8c2285296d11262ce5 Changed installation script and documentation. --- 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' # ]