Skip to content

Commit

Permalink
Fix entry_points.
Browse files Browse the repository at this point in the history
In commit 1556717 we have changed the function name to `main`.
  • Loading branch information
mgautierfr committed Dec 18, 2023
1 parent 1556717 commit 6b3f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_package_data():
},
entry_points="""
[console_scripts]
warc2zim = warc2zim.main:warc2zim
warc2zim = warc2zim.main:main
""",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 6b3f05d

Please sign in to comment.