Use include_package_data=True
This commit is contained in:
parent
2a7062c5c8
commit
3dea986158
2
setup.py
2
setup.py
@ -36,6 +36,6 @@ setup(
|
|||||||
],
|
],
|
||||||
keywords='pyqt browser web qt webkit',
|
keywords='pyqt browser web qt webkit',
|
||||||
packages=find_packages(exclude=['qutebrowser.test']),
|
packages=find_packages(exclude=['qutebrowser.test']),
|
||||||
package_data={ 'qutebrowser': ['html/*.html'] },
|
include_package_data=True,
|
||||||
entry_points={'gui_scripts': [ 'qutebrowser = qutebrowser.__main__:main' ],},
|
entry_points={'gui_scripts': [ 'qutebrowser = qutebrowser.__main__:main' ],},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user