Add missing module to setup.py

This commit is contained in:
derrod 2020-05-04 16:05:31 +02:00
parent 8fd7e00683
commit 0b99e56860

View file

@ -28,6 +28,7 @@ setup(
'legendary.downloader',
'legendary.lfs',
'legendary.models',
'legendary.utils',
],
entry_points=dict(
console_scripts=['legendary = legendary.cli:main']