From 235c3176eb6afd0c9bd1aa74ff08b648ac085a96 Mon Sep 17 00:00:00 2001 From: dschmitz89 Date: Sat, 4 Sep 2021 19:25:56 +0200 Subject: [PATCH] Delete download url as wheel will be uploaded to PYPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ed6c2dd7..5086a71b6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ version='1.1', description='A scipy.optimize like API for nlopt', url='https://github.com/dschmitz89/simplenlopt/', - download_url='https://github.com/dschmitz89/simplenlopt/archive/refs/tags/1.0.tar.gz', + #download_url='https://github.com/dschmitz89/simplenlopt/archive/refs/tags/1.0.tar.gz', author='Daniel Schmitz', license='Apache 2', long_description=long_description,