Changed installation script and documentation.
authorrohe0002 <roland.hedberg@adm.umu.se>
Tue, 25 Oct 2011 14:25:18 +0000 (16:25 +0200)
committerrohe0002 <roland.hedberg@adm.umu.se>
Tue, 25 Oct 2011 14:25:18 +0000 (16:25 +0200)
README
setup.py

diff --git a/README b/README
index 8fc935d..6893860 100644 (file)
--- 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
 ----------
 
index 29e93e7..21b5f04 100644 (file)
--- 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'
 #    ]