diff --git a/MANIFEST.in b/MANIFEST.in index bb3ec5f0d4..04f196ac78 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include README.md +include LICENSE diff --git a/setup.py b/setup.py index 53c7ac23df..afdd475019 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ install_requires=[ 'Flask>=0.12', 'flask-compress', - 'plotly' + 'plotly', + 'dash_renderer', ], url='https://plot.ly/dash', classifiers=[