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',