Skip to content

Commit

Permalink
🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Aug 2, 2022
1 parent 60f9db5 commit 2178b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
setup(
name="eml-to-html",
version="0.0.1",
py_modules=['eml_to_html'],
scripts=['eml_to_html.py'],
py_modules=["eml_to_html"],
scripts=["eml_to_html.py"],
entry_points={"console_scripts": ["eml-to-html = eml_to_html:main"]},
description="Converts `.eml` files to HTML.",
keywords="",
Expand Down

0 comments on commit 2178b50

Please sign in to comment.