From e466e802fff59a1f675441e2f148fa051f302a01 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Fri, 11 Mar 2016 15:34:40 -0700 Subject: [PATCH] authorship --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2fe487b..e403cad 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,7 @@ setup( license='Apache 2.0 / Various + US Export Controlled Technical Data', url='http://www.unidata.ucar.edu/software/awips2', download_url='https://github.com/Unidata/python-awips/tarball/0.9.1', - author_email='mjames@ucar.edu', - author='Michael James', - requires=['argparse','shapely','numpy'] + author='Unidata' + #requires=['argparse','shapely','numpy'] )