eomahony / Numberjack

Python Combinatorial Optimisation Platform
http://numberjack.ucc.ie
GNU Lesser General Public License v2.1
157 stars 36 forks source link

Fix broken pip install #60

Closed BertrandServin closed 3 years ago

BertrandServin commented 3 years ago

The package could not be installed using "pip install". Changing distutils import in setup.py to setuptools fixes the problem.

It would be nice to upload this new package to pypi to facilitate installation, but this requires modifying version number so I suggested to use 1.2.1 in setup.py.