Fix install in develop mode
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
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