mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
Add missing module to setup.py
This commit is contained in:
parent
8fd7e00683
commit
0b99e56860
1
setup.py
1
setup.py
|
@ -28,6 +28,7 @@ setup(
|
||||||
'legendary.downloader',
|
'legendary.downloader',
|
||||||
'legendary.lfs',
|
'legendary.lfs',
|
||||||
'legendary.models',
|
'legendary.models',
|
||||||
|
'legendary.utils',
|
||||||
],
|
],
|
||||||
entry_points=dict(
|
entry_points=dict(
|
||||||
console_scripts=['legendary = legendary.cli:main']
|
console_scripts=['legendary = legendary.cli:main']
|
||||||
|
|
Loading…
Reference in a new issue