Add packages entry to setup.py metadata#66
Conversation
Without this entry, pip install fails to add the package to the Python path.
|
We're getting a build error on Travis: I think this is there to allow matplotlib to run. Maybe we can switch to setting the matplotlib to a backend that doesn't require a display? |
|
This looks like a fix: https://benlimmer.com/2019/01/14/travis-ci-xvfb/ |
|
The python-control/python-control#298 Should just need to replicate this in |
|
@jakevdp thank you! With this, a |
|
Maybe related (I was thinking about doing another PR) I needed to make this tweak to get This makes certain that the compilation finds the f2py sources even if numpy is not installed in the standard distutils path. I'm not certain whether it would introduce issues on other systems, though. |
|
Thanks! |
Without this entry, pip install fails to add the package to the Python path.