From 750db9ed4e58e8f443732e3ef9a4851e7286c7d8 Mon Sep 17 00:00:00 2001
From: janmax <j.michal@stud.uni-goettingen.de>
Date: Sun, 11 Mar 2018 14:11:33 +0100
Subject: [PATCH] Adding lib to packages and started to sign commits

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 344bda7..35bb93f 100644
--- a/setup.py
+++ b/setup.py
@@ -14,5 +14,5 @@ setup(
     install_requires=["lxml~=4.1.1",
                       "xlrd~=1.1.0",
                       "xkcdpass~=1.16.0"],
-    py_modules=['hektor']
+    py_modules=['hektor', 'lib']
 )
-- 
GitLab