Skip to content
Snippets Groups Projects
Unverified Commit 4e0470f6 authored by Piero Toffanin's avatar Piero Toffanin Committed by GitHub
Browse files

Merge pull request #45 from ErQrYfkrju/main

fix static package_data for offline mode
parents 90de8e22 f180d750
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ setup(
packages=find_packages(),
# packages=find_packages(include=['openpredict']),
# package_dir={'openpredict': 'openpredict'},
package_data={'': ['static/*', 'templates/*']},
package_data={'': ['static/*', 'static/**/*', 'templates/*']},
include_package_data=True,
entry_points={
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment