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'] )