Saml2 in Repoze
This commit is contained in:
6
setup.py
6
setup.py
@@ -31,7 +31,9 @@ python-saml2 is a library for SAML Version 2.
|
|||||||
author_email='roland.hedberg@adm.umu.se',
|
author_email='roland.hedberg@adm.umu.se',
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
url='http://code.google.com/p/python-saml2/',
|
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',
|
package_dir = {'saml2':'src/saml2', 'xmldsig':'src/xmldsig',
|
||||||
'xmlenc': 'src/xmlenc'}
|
'xmlenc': 'src/xmlenc',
|
||||||
|
'saml2_repoze': 'src/saml2_repoze'}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user