diff --git a/setup.py b/setup.py index 733e185d35400a7af86096181cf375d1f707b3ac..a7065bef13987057c4b08ef4ae51b25f96ce5f72 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"]) ] )