mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 23:43:07 +02:00
Fix #39
This commit is contained in:
parent
1a748bc574
commit
f403787fd5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -259,7 +259,7 @@
|
|||
'prs500 = libprs500.cli.main:main', \
|
||||
'lrf-meta = libprs500.lrf.meta:main', \
|
||||
'rtf-meta = libprs500.metadata.rtf:main', \
|
||||
'txt2lrf = libprs500.lrf.makelrf:txt', \
|
||||
'txt2lrf = libprs500.lrf.txt.convert_from:main', \
|
||||
'html2lrf = libprs500.lrf.html.convert_from:main',\
|
||||
],
|
||||
'gui_scripts' : [ 'prs500-gui = libprs500.gui.main:main']
|
||||
|
|
|
|||
Loading…
Reference in a new issue