Skip to content

Commit

Permalink
Fix missing favicon, setup.py include_package_data=True
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 26, 2018
1 parent 9c00695 commit 7fb1ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
Expand Down

0 comments on commit 7fb1ae1

Please sign in to comment.