Skip to content

Commit afca69c

Browse files
author
Roland Hedberg
committed
WS security XML support
1 parent c4eac48 commit afca69c

File tree

8 files changed

+3307
-1
lines changed

8 files changed

+3307
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(self):
6464
packages=['saml2', 'saml2/xmldsig', 'saml2/xmlenc', 'saml2/s2repoze',
6565
'saml2/s2repoze.plugins', "saml2/profile", "saml2/schema",
6666
"saml2/extension", "saml2/attributemaps", "saml2/authn_context",
67-
"saml2/entity_category", "saml2/userinfo"],
67+
"saml2/entity_category", "saml2/userinfo", "saml2/ws"],
6868

6969
package_dir={'': 'src'},
7070
package_data={'': ['xml/*.xml']},

src/saml2/ws/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'roland'

0 commit comments

Comments
 (0)