We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_data
1 parent d43b773 commit 9ce1172Copy full SHA for 9ce1172
setup.py
@@ -40,6 +40,6 @@ def readme():
40
'plotly/matplotlylib',
41
'plotly/matplotlylib/mplexporter',
42
'plotly/matplotlylib/mplexporter/renderers'],
43
- package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
+ package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js', 'offline/*.js']},
44
install_requires=['requests', 'six', 'pytz'],
45
zip_safe=False)
0 commit comments