updated setup.py: manpage is now installed

This commit is contained in:
Goffi 2011-06-04 19:44:52 +02:00
parent 38e1b79ffa
commit 6c85b2df75
1 changed files with 2 additions and 2 deletions

View File

@ -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'],
)