diff --git a/setup.py b/setup.py index 344bda7c1c3adc26622e457e6b6db69081048268..35bb93f4cb59b32ff4fbd6c5995eb8c9ee22b8c0 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'] )