Skip to content

Commit

Permalink
Add xml files to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
betacentauri committed Nov 13, 2018
1 parent 7ebf6c4 commit f01a835
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 @@ -11,5 +11,5 @@
author_email='betacentauri@arcor.de',
packages = [pkg],
package_dir = {pkg: 'plugin'},
package_data={pkg: ['*.png']}
package_data={pkg: ['*.png', '*.xml']}
)

0 comments on commit f01a835

Please sign in to comment.