force static web files to be installed

master
Kai Labusch 2 weeks ago
parent c1a75e1fde
commit 2fbb97c3ef

@ -17,6 +17,7 @@ setup(
url="https://qurator.ai", url="https://qurator.ai",
packages=find_packages(exclude=["*.tests", "*.tests.*", packages=find_packages(exclude=["*.tests", "*.tests.*",
"tests.*", "tests"]), "tests.*", "tests"]),
package_data={'': ['*.html', '*.js', '*.css', '*.map', '*.png', '*.txt']},
install_requires=install_requires, install_requires=install_requires,
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [

Loading…
Cancel
Save