X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..c7734daf3d6884c358f1644c1f8f7970453fafb1:/setup.py diff --git a/setup.py b/setup.py index d497bf1..267195f 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ import os import os.path from setuptools import setup, find_packages + def whole_tree(prefix, path): files = [] for f in (f for f in os.listdir(os.path.join(prefix, path)) if not f[0]=='.'): @@ -21,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='1.8.3', + version='2.5.1', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', @@ -36,11 +37,14 @@ setup( whole_tree(os.path.join(os.path.dirname(__file__), 'src/librarian'), 'locale')}, include_package_data=True, install_requires=[ - 'lxml>=2.2,<=4.3', + 'lxml>=2.2,<5.0', 'Pillow', 'six', 'texml', 'ebooklib', + 'aeneas', + 'mutagen', + 'qrcode', ], entry_points = { "console_scripts": [