sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
287 stars 140 forks source link

provide package build files (setup.py) #96

Closed smidm closed 3 years ago

smidm commented 3 years ago

Is your feature request related to a problem? Please describe.

I want to use the SimBA code and possibly contribute to the SimBA.

Describe the solution you'd like

provide setup.py to be able to install the git version with pip install -e .

The Python packages are released and uploaded to pypi, but the build files seem to be missing.