Counting belongs in document.
[librarian.git] / setup.py
index a11c86e..afca003 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='24.4.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',