diff --git a/setup.py b/setup.py index 0093a89..fe4bafc 100644 --- a/setup.py +++ b/setup.py @@ -76,12 +76,10 @@ def launch_http_server(directory): setup( name='ConfigArgParse', - version="0.14.1", + version="0.15", description='A drop-in replacement for argparse that allows options to ' 'also be set via config files and/or environment variables.', long_description=long_description, - author='Zorro', - author_email='zorro3.github@gmail.com', url='https://github.com/bw2/ConfigArgParse', py_modules=['configargparse'], include_package_data=True,