Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ce1172

Browse files
committed
include offline assets in package_data
1 parent d43b773 commit 9ce1172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ def readme():
4040
'plotly/matplotlylib',
4141
'plotly/matplotlylib/mplexporter',
4242
'plotly/matplotlylib/mplexporter/renderers'],
43-
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
43+
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js', 'offline/*.js']},
4444
install_requires=['requests', 'six', 'pytz'],
4545
zip_safe=False)

0 commit comments

Comments
 (0)