Skip to content

Fix install in develop mode

Thomas Perret requested to merge develop_install into master

Small fix to allow install in develop mode:

$ pip install -e .

Python's packaging is a bit of black magick for me but this works

Edited by Thomas Perret

Merge request reports