Saml2 in Repoze

This commit is contained in:
Roland Hedberg
2009-11-02 10:03:21 +01:00
parent 764b735625
commit 1479d247ee

View File

@@ -31,7 +31,9 @@ python-saml2 is a library for SAML Version 2.
author_email='roland.hedberg@adm.umu.se',
license='Apache 2.0',
url='http://code.google.com/p/python-saml2/',
packages=['saml2', 'xmldsig', 'xmlenc'],
packages=['saml2', 'xmldsig', 'xmlenc', 'saml2_repoze',
'saml2_repoze.plugins'],
package_dir = {'saml2':'src/saml2', 'xmldsig':'src/xmldsig',
'xmlenc': 'src/xmlenc'}
'xmlenc': 'src/xmlenc',
'saml2_repoze': 'src/saml2_repoze'}
)