From 4aad234e99717d7f787e5f3a8bac33d027f3177e Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Wed, 30 Aug 2017 11:10:17 -0400 Subject: [PATCH] Update contact email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a48cd2c..125c42c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name="djangowind", version="1.0.0", author="Anders Pearson", - author_email="anders@columbia.edu", + author_email="ccnmtl-dev@columbia.edu", url="https://github.com/ccnmtl/djangowind", description="Django Authentication backend for CAS", long_description="Django Authentication backend for CAS and associated helpers",