From 6c85b2df759fd2e169295f9e1ab1a9185a8cd66d Mon Sep 17 00:00:00 2001 From: Goffi Date: Sat, 4 Jun 2011 19:44:52 +0200 Subject: [PATCH] updated setup.py: manpage is now installed --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 952c6a0..90ca9ce 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name=name, 'Topic :: Utilities' ], data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/gcp.mo']), - ('share/doc/%s/examples' % name, glob("examples/*.py")), - ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README'])], + ('share/man/man1', ["gcp.1"]), + ('share/doc/%s' % name, ['COPYING','README'])], scripts=['gcp'], )