X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/6641219fd962fc1791fa8d94dec26db4c3546931..e9aeedc51047d8d5e9e45c5253c776f8994da965:/setup.py diff --git a/setup.py b/setup.py index 055ec93..91378a6 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='1.12', + version='2.6.1', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', @@ -37,13 +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": [