summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-27 09:09:48 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-27 09:09:48 +0200
commited1bb3362d1f83f0611730530330bf19bc117cb8 (patch)
treea244ec47215dd0bb3dd6369b50290ffa343cc1b6 /setup.py
parentb7f618bde5b24c6e0a6c1b40c3748af8b56defaf (diff)
downloadpysaml2-ed1bb3362d1f83f0611730530330bf19bc117cb8.tar.gz
Improve support for SigAlg usage in HTTP redirect.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 281e773c..55f83314 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,9 @@ setup(
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules",
- "Programming Language :: Python :: 2.7"],
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3.4"
+ ],
scripts=["tools/parse_xsd2.py", "tools/make_metadata.py",
"tools/mdexport.py", "tools/merge_metadata.py"],