From acf63adc560a693145856bc800f1d4afb79a2dcd Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 7 Sep 2020 14:51:45 +0200 Subject: [PATCH] Remove specified pypi build --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 0396ad68..1c3a7b17 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,6 @@ from setuptools import setup, find_packages import os -# Type of python distribution -[bdist_wheel] -universal=0 - setup( name = 'spotpy', version = '1.5.11',