Skip to content

Commit

Permalink
Hotfix: Fix setup.py packing
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Aug 24, 2020
1 parent a2c92a0 commit 26285b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -15,13 +15,14 @@
long_description_content_type="text/markdown",
version='1.1.0',
package_data={
"": ["*.html"],
"": ["*.html", "*.png", "*.css"],
},
packages=find_packages(exclude=['tests*']),
install_requires=[
'Flask',
'Flask-Bootstrap',
'Flask-Cors',
'flask-session',
'Flask-SQLAlchemy',
'Flask-SocketIO',
'Flask-Script',
Expand Down
Empty file.

0 comments on commit 26285b8

Please sign in to comment.