ctlab / GADMA

Genetic Algorithm for Demographic Model Analysis
Other
47 stars 14 forks source link

Unzip .egg file by default #1

Closed isheshukov closed 4 years ago

isheshukov commented 5 years ago

By default unless some flags are set setuptools compresses the library while installing. This makes GADMA unable to run on some systems as it depends on files in the library directory which can be a zip archive. This PR add setuptools flag to never zip the installed library.