chance-nelson / SnowStorm

easy-to-use audio streamer, with a restful api
MIT License
5 stars 8 forks source link

Add setup.py #5

Closed chance-nelson closed 5 years ago

chance-nelson commented 5 years ago

Add a setup.py file, which defines packages for both the stream and api modules.

eudanilolira commented 5 years ago

Hi, can you explain more about it ?

chance-nelson commented 5 years ago

Hi @DaniloLira! Most python projects create a setup.py file, in the root directory on their repo. This script helps define information on the modules provided by the project (in this case, we are providing two modules: api and stream). You may find this guide useful if you'd like to take a crack at adding one to this repo.