masfaraud / BMSpy

Python Block-Model Simulator. An alternative to simulink in python.
GNU Lesser General Public License v3.0
222 stars 36 forks source link

Pypi package (bms-0.1.0) incomplete #9

Closed AlexisTM closed 6 years ago

AlexisTM commented 6 years ago

The Pypi package (python 2.7) seems to be "broken"?

The dependencies are not auto-installing and the bms/physical folder do not exist.

You can check it here: https://pypi.python.org/pypi/bms

Isn't it because of the install script?

https://github.com/masfaraud/BMSpy/blob/ddc4ce9278663b29c123d33104c9ff1fc226a0fc/setup.py#L14-L26

The packages line should be:

packages=['bms','bms.blocks','bms.signals','bms.physical'], 
masfaraud commented 6 years ago

Hi @AlexisTM I have added your suggestion on master. Thanks for the reporting.

AlexisTM commented 6 years ago

Thanks :)