comparison setup.py @ 43:2e3add4b4f19

updated setup.py: manpage is now installed
author Goffi <goffi@goffi.org>
date Sat, 04 Jun 2011 19:44:52 +0200
parents a3f01c1ff7b4
children 1ba3aa6ec463
comparison
equal deleted inserted replaced
42:671d8c70a84c 43:2e3add4b4f19
24 'Operating System :: POSIX :: Linux', 24 'Operating System :: POSIX :: Linux',
25 'Programming Language :: Python', 25 'Programming Language :: Python',
26 'Topic :: Utilities' 26 'Topic :: Utilities'
27 ], 27 ],
28 data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/gcp.mo']), 28 data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/gcp.mo']),
29 ('share/doc/%s/examples' % name, glob("examples/*.py")), 29 ('share/man/man1', ["gcp.1"]),
30 ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README'])], 30 ('share/doc/%s' % name, ['COPYING','README'])],
31 scripts=['gcp'], 31 scripts=['gcp'],
32 ) 32 )