From ed1bb3362d1f83f0611730530330bf19bc117cb8 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Sat, 27 Jun 2015 09:09:48 +0200 Subject: Improve support for SigAlg usage in HTTP redirect. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') 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"], -- cgit v1.2.1