From 65bd2db10449e65ca7fef0b9de2f41bd084d1830 Mon Sep 17 00:00:00 2001 From: Nathan_SR <cquickcal@gmail.com> Date: Mon, 11 Dec 2017 22:20:07 +0100 Subject: [PATCH] On branch master --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 733e185..a7065be 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,4 @@ data_files = [ ("lib/helpman", ["helpman.glade"]), ("share/pixmaps", ["helpman_small.png"]), ("share/pixmaps", ["info_24x24.png"]), ("share/man/man1", ["helpman.1.gz"]), -("share/doc/helpman", ["copyright"]), ("share/applications", ["helpman.desktop"]) ] ) -- GitLab