Skip to content

Commit

Permalink
bug fix for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Feb 27, 2018
1 parent e676d47 commit b1fab06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include flask_monitoringdashboard/static *
recursive-include flask_monitoringdashboard/templates *
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def desc():

setuptools.setup(
name="Flask-MonitoringDashboard",
version="1.10.0",
version="1.10.2",
packages=setuptools.find_packages(),
include_package_data=True,
platforms='Any',
Expand Down

0 comments on commit b1fab06

Please sign in to comment.