X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/ab4401272d1b8507effd51da00f40bafe81f2b44..844c538399589c2570cca57a834b33db478c3c66:/setup.py diff --git a/setup.py b/setup.py index 1394643..7ea9ed0 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='1.3', + version='1.4.2a', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', @@ -39,6 +39,7 @@ setup( 'scripts/book2mobi', 'scripts/book2pdf', 'scripts/book2partner', + 'scripts/book2cover', 'scripts/bookfragments', 'scripts/genslugs'], tests_require=['nose>=0.11', 'coverage>=3.0.1'],