diff --git a/setup.py b/setup.py index 02a07a6..2625832 100644 --- a/setup.py +++ b/setup.py @@ -179,11 +179,5 @@ def get_setup_args(): ) -def main(): - try: - setuptools.setup(**get_setup_args()) - except BaseException as ex: - log.info(str(ex)) - if __name__ == "__main__": - main() + setuptools.setup(**get_setup_args())