From 6b4f1b34e70b9be419a82a2bc54d92730796cb76 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 1 Sep 2018 15:36:08 -0400 Subject: [PATCH] Add icons to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3f72b0d..0978c5d 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( 'gitsrht': [ 'templates/*.html', 'static/*', + 'static/icons/*', 'hooks/*' ] }, -- 2.38.4