diff --git a/setup.py b/setup.py index 3572f5e..8486b23 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def get_package_version(): os.unlink('MANIFEST') # Install dependencies not on PyPI -subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git'", shell=True) # noqa +subprocess.check_call("pip install https://github.com/wmo-im/csv2bufr/archive/main.zip", shell=True) # noqa setup( name='synop2bufr',