- fix incorrect build version
- update readme
- Auto discover commands from entry_point
mara.commands
- Refactoring config logic:
- automatically import
mara_config.py
if exists - optionally specify where the mara_config is with env.
MARA_CONFIG
- drop usage of module
mara-config
- automatically import
- Remove
mara print_config
command (moved to mara-config package). - Allow for click.Group packages to keep their original name.
This allows for packages to set a shorter name and provide the
rest of their commands as subcommands. This should be used
sparingly, as this has the danger of submitting two
subcommands under the same name (which results in a
RuntimeError
) - Remove the '--log-to-syslog' option (was unused)
- Adjust scripts which used
mara print_config
to usemara config print
.
- Adjust to mara-config changes by using
init_mara_config_once()
instead of our own code.
- Initial version with this functionality:
mara
commandline appmara print_config
subcommand
- automatically upload tags to pypi