diff --git a/setup.py b/setup.py index 8418baab65..bee83d7eb7 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ author='chris p', author_email='chris@plot.ly', packages=find_packages(exclude=['tests*']), + include_package_data=True, license='MIT', description=('A Python framework for building reactive web-apps. ' 'Developed by Plotly.'),