CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 302 forks source link

Autodiscover directories to package #143

Open Linus045 opened 2 years ago

Linus045 commented 2 years ago

When building the package (python -m pip install -e) we currently specify what directories we need to add in the setup.cfg. We should add a way to automatically discover new directories in src/ so we don't have to manually add them to the list.