akshaykmr / hogwatch

[not maintained] find out what's hogging your internet connection.
MIT License
1.23k stars 36 forks source link

Rename application directory to hogwatch #11

Closed brbsix closed 8 years ago

brbsix commented 8 years ago

Just an example of how to rename the application directory. The hogwatch script has been moved into bin directory, which is pretty common practice for structuring projects. There are other ways to do this of course (e.g. using entry_points in setup.py to have an entry script created automatically) but this is the simplest solution.

akshaykmr commented 8 years ago

I was thinking of something along those lines. Cheers!