X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/3a0c83394d5783715fab2be29fa1a9cfc3574e28..ddeba8a8483dc73d0103030afe46fc5bce51d8a0:/setup.py diff --git a/setup.py b/setup.py index 0b8c47a..afca003 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='2.6.1', + version='24.5', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', @@ -40,7 +40,6 @@ setup( 'Pillow>=9.1.0', 'texml', 'ebooklib', - 'aeneas', 'mutagen', 'qrcode', 'requests', @@ -51,8 +50,7 @@ setup( "librarian=librarian.command_line:main" ] }, - scripts=['scripts/book2html', - 'scripts/book2txt', + scripts=[ 'scripts/book2pdf', 'scripts/book2fb2', 'scripts/book2cover',