comparison setup.py @ 46:ef768273ddba

setup.py: added CHANGELOG
author Goffi <goffi@goffi.org>
date Sun, 02 Oct 2011 18:55:43 +0200
parents 39c1448badd7
children ba5207e8607e
comparison
equal deleted inserted replaced
45:39c1448badd7 46:ef768273ddba
22 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 22 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
23 'Intended Audience :: Developers'], 23 'Intended Audience :: Developers'],
24 packages=['urwid_satext'], 24 packages=['urwid_satext'],
25 data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/urwid_satext.mo']), 25 data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/urwid_satext.mo']),
26 ('share/doc/%s/examples' % name, glob("examples/*.py")), 26 ('share/doc/%s/examples' % name, glob("examples/*.py")),
27 ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README'])], 27 ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README', "CHANGELOG"])],
28 install_requires = ['urwid'] 28 install_requires = ['urwid']
29 ) 29 )