mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-06-07 19:35:14 +02:00
force static web files to be installed
This commit is contained in:
parent
c1a75e1fde
commit
2fbb97c3ef
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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…
Add table
Add a link
Reference in a new issue