Skip to content

Commit d55325e

Browse files
committed
add hb map image
1 parent e3ee7f9 commit d55325e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: covate/healthboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def plotuniquehb(wal, lineagetype, output, enddate):
130130

131131
# plot
132132
# open wales map
133-
im = Image.open('hb.png')
133+
im = Image.open('static/hb.png')
134134
height = im.size[1]
135135

136136
# need a float array between 0-1

Diff for: covate/static/hb.png

132 KB
Loading

Diff for: setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
packages=setuptools.find_packages(),
3434
install_requires=requirements,
3535

36+
include_package_data=True,
37+
package_data={'': ['static/*']},
38+
3639
entry_points = {
3740
'console_scripts': [
3841
'covate = covate.covate:main',

0 commit comments

Comments
 (0)