- Add the ability to select an output directory for the chapter XMLs via
-d
option. - Advertise the new
-d
option in the README. - Small code cleanup by adding more newlines for readability, using f-strings where fit, etc.
- Update the setuptools package information to represent my new GitHub username and author name and email.
- Add 2 bash
.sh
packaging helper scripts.
Update never existed. Accidentally skipped. Whoops...
- Fix console script as the
main()
it targets did not yet exist. - Add
main()
topymplschapters\__init__.py
and a "Finished..." print at the end of execution.
- Add console script
pymplschapters
via setuptools. - Update README for the new way of calling via the console script.
- Initial release.