Closed chance-nelson closed 5 years ago
Hi, can you explain more about it ?
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.
Add a
setup.py
file, which defines packages for both thestream
andapi
modules.