All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
__main__.py
file which allows runningmonz
viapython -m monz
and is linked asentry_point
insetup.py
. (#7) - Started keeping a changelog.
- Moved from
scripts
toentry_points
insetup.py
. (#7) - Removed CLI capabilities from
monz/command_line.py
so it can't be run directly. - Modified
bin/monz
script to always use local version ofmonz
. Runningpython bin/monz
is now equal topython -m monz
.