mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #258. version 0.4.14
This commit is contained in:
parent
246c3520c1
commit
4e26ef39aa
@ -103,7 +103,7 @@ _check_symlinks_prescript()
|
|||||||
else:
|
else:
|
||||||
debug = 0
|
debug = 0
|
||||||
return find_modules(
|
return find_modules(
|
||||||
scripts=scripts['console'] + scripts['gui'][1:],
|
scripts=scripts['console'] + scripts['gui'],
|
||||||
includes=list(self.includes) + main_modules['console'],
|
includes=list(self.includes) + main_modules['console'],
|
||||||
packages=self.packages,
|
packages=self.packages,
|
||||||
excludes=self.excludes,
|
excludes=self.excludes,
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
## with this program; if not, write to the Free Software Foundation, Inc.,
|
## with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
''' E-book management software'''
|
''' E-book management software'''
|
||||||
__version__ = "0.4.13"
|
__version__ = "0.4.14"
|
||||||
__docformat__ = "epytext"
|
__docformat__ = "epytext"
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
__appname__ = 'libprs500'
|
__appname__ = 'libprs500'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user