X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d9dde9439398869b39fd68c5756d89ae4f27d52c..011b98a4661b754a0789ae78e145437b5b86e5fe:/setup.py diff --git a/setup.py b/setup.py index 9c8120c..184db52 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='23.07', + 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',