mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix setup.py
This commit is contained in:
parent
ae71f231e3
commit
71b397b4ae
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
|
@ -26,7 +26,11 @@ setup(
|
|||
'beeref = beeref.__main__:main'
|
||||
]
|
||||
},
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'assets': ['*.png', '*.html'],
|
||||
'beeref': [
|
||||
'assets/*.png',
|
||||
'documentation/*.html'
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue