Mercurial > urwid-satext
changeset 46:ef768273ddba
setup.py: added CHANGELOG
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 02 Oct 2011 18:55:43 +0200 |
parents | 39c1448badd7 |
children | 257a63c4a0ff |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Oct 02 18:52:20 2011 +0200 +++ b/setup.py Sun Oct 02 18:55:43 2011 +0200 @@ -24,6 +24,6 @@ packages=['urwid_satext'], data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/urwid_satext.mo']), ('share/doc/%s/examples' % name, glob("examples/*.py")), - ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README'])], + ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README', "CHANGELOG"])], install_requires = ['urwid'] )