From 320f7299d76c993298f3634bebd04b324b76eb4d Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Fri, 10 Jun 2016 10:52:43 -0700 Subject: [PATCH] BLD: Update authos and email --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f7461b1..3d2bed0 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ setup(name='geopandas', version=versioneer.get_version(), description='Geographic pandas extensions', license='BSD', - author='Kelsey Jordahl', - author_email='kjordahl@enthought.com', + author='GeoPandas contributors', + author_email='kjordahl@alum.mit.edu', url='http://geopandas.org', long_description=LONG_DESCRIPTION, packages=['geopandas', 'geopandas.io', 'geopandas.tools',