mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-02-28 05:15:56 +01:00
Fix entry point for the executable.
This commit is contained in:
@@ -40,7 +40,7 @@ install_requires =
|
|||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
ebook-converter=ebook_converter.main:run
|
ebook-converter=ebook_converter.main:main
|
||||||
|
|
||||||
[options.package_data]
|
[options.package_data]
|
||||||
* = *.types *.css, *.html, *.xsl
|
* = *.types *.css, *.html, *.xsl
|
||||||
|
|||||||
Reference in New Issue
Block a user