summaryrefslogtreecommitdiff
blob: 78ddb5d09617824793ed54b1335756c732c5c11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,8 @@
 #        'console_scripts': ['gcp=gcp:main'],
 #    },
     data_files=[
-        ('man/man1', ["gcp.1"]),
+        ('share/man/man1', ["gcp.1"]),
         ('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']),
-        ('share/doc/%s' % name, ['CHANGELOG', 'LICENSE', 'README.md']),
     ],
     install_requires=['PyGObject', 'dbus-python'],
     python_requires='>=3',