setup(
name='librarian',
- version='2.3.3',
+ version='2.4.13',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
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": [