Added "lit2oeb" to set of command-line tools

This commit is contained in:
Marshall T. Vandegrift 2008-07-19 16:47:46 -04:00
parent fb4f2f3a81
commit 6b18c8b745

View File

@ -46,6 +46,7 @@ entry_points = {
'librarything = calibre.ebooks.metadata.library_thing:main',
'mobi2oeb = calibre.ebooks.mobi.reader:main',
'lrf2html = calibre.ebooks.lrf.html.convert_to:main',
'lit2oeb = calibre.ebooks.lit.reader:main',
'calibre-debug = calibre.debug:main',
'calibredb = calibre.library.cli:main',
'calibre-fontconfig = calibre.utils.fontconfig:main',