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.
Just an example of how to rename the application directory. The
hogwatch
script has been moved intobin
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.