Skip to content

Commit

Permalink
setuptools installation fixes (#252)
Browse files Browse the repository at this point in the history
- Added dash_renderer as a dependency in setup.py.
- Added the LICENSE to MANIFEST.in.
  • Loading branch information
moorepants authored and chriddyp committed May 4, 2018
1 parent 25c97d1 commit 6a1809f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include README.md
include LICENSE
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -17,7 +17,8 @@
install_requires=[
'Flask>=0.12',
'flask-compress',
'plotly'
'plotly',
'dash_renderer',
],
url='https://plot.ly/dash',
classifiers=[
Expand Down

0 comments on commit 6a1809f

Please sign in to comment.