Changes
Added
- Added back `__main__.py` file to allow running snapspam with `python -m` (badb90b6937d4cfa43a351e01fed54345d2bfea7)
Changed
- Changed help messages to lowercase (b24d47f35669debf9c90b4e94be614ea1dddbd82, 22b682df99f8f7592b1f38c3f2400880d66246d2)
- Updated how `--version` option works (8ae6df3c58f9b31314c6fd0987868f050d087782)
Installation
Install the latest version of snapspam with `pipx install snapspam`.
Install the latest patch of snapspam 0.1 with `pipx install snapspam~=0.1`.
Install this version of snapspam with `pipx install snapspam==0.1.3`.
Alternatively, clone the repository and run `python setup.py install`.