Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Add qemu binaries to package_data (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic authored Jun 11, 2021
1 parent e2d7c9c commit 6de282c
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 @@ -49,7 +49,7 @@
long_description_content_type='text/markdown',
license='Apache License, Version 2.0',
package_data={
package_name: ['docker/*.*', 'mixins/*.*', 'qemu/*.*'],
package_name: ['docker/*.*', 'mixins/*.*', 'qemu/*'],
},
install_requires=[
'docker>=2,<3',
Expand Down

0 comments on commit 6de282c

Please sign in to comment.