Fix missing package in setup.py

This commit is contained in:
derrod 2021-09-01 19:12:14 +02:00
parent 87d55c5d31
commit ea05ea2559

View file

@ -26,6 +26,7 @@ setup(
'legendary',
'legendary.api',
'legendary.downloader',
'legendary.downloader.mp',
'legendary.lfs',
'legendary.models',
'legendary.utils',