Metadata-Version: 2.1
Name: signal-spam
Version: 0.2
Summary: Report an eml file to signal-spam.fr
Author-email: Julien Palard <julien@palard.fr>
License: MIT License
Project-URL: homepage, https://git.afpy.org/mdk/signal-spam
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Report to signal-spam.fr

## Install

To install signal-spam CLI, use:

    python -m pip install signal-spam


## Usage

    signal-spam BuyMyDogFood.eml


# Releasing

To push a new version of `signal-spam` on PyPI:

- Bump the `__version__` in `signalspam.py`.
- commit, tag, push commit, push tag.
- `python -m pip install --upgrade build twine`
- `python -m build`
- `python -m twine upload dist/*`
