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

Skip to content

Commit 69ca33a

Browse files
committed
setup.py now stores the requirements.json file as a resource.
1 parent 162a9da commit 69ca33a

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
@@ -33,7 +33,7 @@ def readme():
3333
'plotly/matplotlylib',
3434
'plotly/matplotlylib/mplexporter',
3535
'plotly/matplotlylib/mplexporter/renderers'],
36-
package_data={'plotly': ['graph_reference/*.json']},
36+
package_data={'plotly': ['graph_reference/*.json', '/*.json']},
3737
install_requires=[
3838
'requests',
3939
],

0 commit comments

Comments
 (0)