Skip to content

Commit

Permalink
setup: fix installation of *.ico files in smartcard/wx/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Jun 20, 2018
1 parent a4e50d5 commit e08a0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(self):
],
'package_dir': {"": "."},
'package_data': {
"smartcard/wx": ["resources/*.ico"],
"smartcard.wx": ["resources/*.ico"],
},

'cmdclass': {'build_py': BuildPyBuildExtFirst},
Expand Down

0 comments on commit e08a0ea

Please sign in to comment.