New Element-based builder API (WiP).
[librarian.git] / setup.py
index 53cc182..1ddf324 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,13 @@ setup(
         'Pillow',
         'six',
         'texml',
+        'ebooklib',
     ],
+    entry_points = {
+        "console_scripts": [
+            "librarian=librarian.command_line:main"
+        ]
+    },
     scripts=['scripts/book2html',
              'scripts/book2txt',
              'scripts/book2epub',