Skip to content

Commit 6a1809f

Browse files
moorepantschriddyp
authored andcommitted
setuptools installation fixes (#252)
- Added dash_renderer as a dependency in setup.py. - Added the LICENSE to MANIFEST.in.
1 parent 25c97d1 commit 6a1809f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include README.md
2+
include LICENSE

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
install_requires=[
1818
'Flask>=0.12',
1919
'flask-compress',
20-
'plotly'
20+
'plotly',
21+
'dash_renderer',
2122
],
2223
url='https://plot.ly/dash',
2324
classifiers=[

0 commit comments

Comments
 (0)