summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrhoerbe <rainer@hoerbe.at>2014-08-11 14:33:40 +0200
committerrhoerbe <rainer@hoerbe.at>2014-08-11 14:33:40 +0200
commita2a4698936866526467e28506833113118aa552b (patch)
tree9b14dd89bb0679ef37d31c86dea9a09fd7f463dd /setup.py
parent781fbe4393a7f7323ece023c10a8d74094943e50 (diff)
downloadpysaml2-a2a4698936866526467e28506833113118aa552b.tar.gz
Error reporting clarified: CRITICAL level for unexpected conditions in saml2test; ERROR and lower for conditions in the test target; various documentation improvements
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index be53239d..da929477 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
author = "Roland Hedberg",
author_email = "roland.hedberg@adm.umu.se",
license="Apache 2.0",
- packages=["idp_test", "idp_test/package", "saml2test", "sp_test"],
+ packages=["idp_test", "idp_test/package", "saml2test", "sp_test", "utility"],
package_dir = {"": "src"},
classifiers = [
"Development Status :: 4 - Beta",