Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 3, 2024
1 parent f7ce849 commit b3c2d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_deduplicate/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
<https://github.com/python-poetry/poetry/issues/5981>`_:
- plain inline package call: ``python -m mail_deduplicate``,
- Poetry's script entry point: ``mdedup = 'mail_deduplicate.__main__:main``,
- ``pyproject.toml`` entry point: ``mdedup = 'mail_deduplicate.__main__:main``,
- Nuitka's main module invocation requirement:
``python -m nuitka (...) mail_deduplicate/__main__.py``
Expand Down

0 comments on commit b3c2d62

Please sign in to comment.