From 07f4458990962f66d68c7c122a27b10ce66f84f6 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 9 May 2017 21:07:15 -0400 Subject: [PATCH] Change author email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91e9142..efdef65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ version='0.2.0', description='Python learning to rank (LTR) toolkit.', author='Jerry Ma', - author_email='jerryma_nospam@example.org', + author_email='jma127@users.noreply.github.com', url='https://github.com/jma127/pyltr', license='BSD-new',