Add XML encryption support

This commit is contained in:
Roland Hedberg
2009-10-14 05:42:10 +02:00
parent f285c5eb35
commit e1b2f6e768

View File

@@ -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'}
)