Skip to content

Commit

Permalink
Merge pull request #634 from bitcraze/evoggy/no-lh-wizard-assets
Browse files Browse the repository at this point in the history
Added LH wizard images assets to build
  • Loading branch information
knmcguire committed Sep 8, 2022
2 parents 35f62b8 + e9ffc64 commit 088f5e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -89,7 +89,8 @@ def relative(lst, base=''):
relative(glob('src/cfclient/configs/input/*.json'), 'configs/input/') + # noqa
relative(glob('src/cfclient/configs/log/*.json'), 'configs/log/') + # noqa
relative(glob('src/cfclient/resources/*'), 'resources/') + # noqa
relative(glob('src/cfclient/ui/icons/*.png'), 'ui/icons/'), # noqa
relative(glob('src/cfclient/ui/icons/*.png'), 'ui/icons/') + # noqa
relative(glob('src/cfclient/ui/wizards/*.png'), 'ui/wizards/'), # noqa
'': ['README.md']
}
data_files = [
Expand Down

0 comments on commit 088f5e8

Please sign in to comment.