architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

Move source files to package #38

Closed Saturn closed 8 years ago

Saturn commented 8 years ago

This will make it easier to manage the program and will offer a better structure when it comes to writing tests or adding new modules.

Only code change is in setup.py - As you can see if we add a new module currently we would need to define it there. Now we won't have to bother.

ueg1990 commented 8 years ago

I see nothing wrong with it except that i still think auth token should be done via an env variable.

architv commented 8 years ago

@Saturn The structure is much better now. +1