Skip to content

Make setup.py work for me

Kaspar Emanuel requested to merge fix-setup into master

After over half a decade of using Python professionally I am still confused about Python packaging. No idea what's supposed to go in the install_requires field as documentation seems to contradict the changes I made but I had to make these changes in order to install using either pip install . or python setyp.py install.

Merge request reports