acsicuib / YAFS

Yet Another Fog Simulator (YAFS)
MIT License
98 stars 72 forks source link

Missing setup.py #65

Closed adysonmaia closed 2 years ago

adysonmaia commented 2 years ago

The setup.py file was deleted in commit e79e89b3bba4c84ca2f75cbc31742a0295de62e2

This causes an error when setting up YAFS as a dependency module and installing it by pip: python -m pip install git+https://github.com/acsicuib/YAFS.git@YAFS3

and then the following error is returned: ERROR: File "setup.py" not found for legacy project git+https://github.com/acsicuib/YAFS.git@YAFS3

wisaaco commented 2 years ago

Fixed! Thanks.