Fix #258. version 0.4.14

This commit is contained in:
Kovid Goyal 2007-10-25 05:45:50 +00:00
parent 246c3520c1
commit 4e26ef39aa
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ _check_symlinks_prescript()
else:
debug = 0
return find_modules(
scripts=scripts['console'] + scripts['gui'][1:],
scripts=scripts['console'] + scripts['gui'],
includes=list(self.includes) + main_modules['console'],
packages=self.packages,
excludes=self.excludes,

View File

@ -13,7 +13,7 @@
## with this program; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
''' E-book management software'''
__version__ = "0.4.13"
__version__ = "0.4.14"
__docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
__appname__ = 'libprs500'