Add XML encryption support
This commit is contained in:
5
setup.py
5
setup.py
@@ -31,6 +31,7 @@ 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'],
|
||||
package_dir = {'saml2':'src/saml2', 'xmldsig':'src/xmldsig'}
|
||||
packages=['saml2', 'xmldsig', 'xmlenc'],
|
||||
package_dir = {'saml2':'src/saml2', 'xmldsig':'src/xmldsig',
|
||||
'xmlenc': 'src/xmlenc'}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user