From b28a9cb11804d4b29ee8c232eb02d6586b708adc Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Tue, 12 May 2020 17:17:51 -0700 Subject: [PATCH] Add harness.html to package --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd6bc3dc..37d7ef86 100755 --- a/setup.py +++ b/setup.py @@ -70,5 +70,6 @@ 'loki', 'sapphire', ], + package_data={"grizzly.common": ["harness.html"]}, url='https://github.com/MozillaSecurity/grizzly', - version='0.9.2') + version='0.9.3')