Response images.
[librarian.git] / setup.py
index d497bf1..c1af4e3 100755 (executable)
--- 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='1.13',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',
@@ -41,6 +42,8 @@ setup(
         'six',
         'texml',
         'ebooklib',
+        'aeneas',
+        'mutagen',
     ],
     entry_points = {
         "console_scripts": [