comparison setup.py @ 102:ba19778eabf2

set the minimal version of urwid to 1.2.0
author souliane <souliane@mailoo.org>
date Thu, 11 Sep 2014 10:38:51 +0200
parents 4629924c136f
children abc0ae944030
comparison
equal deleted inserted replaced
101:de3f1cdd5c4c 102:ba19778eabf2
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', "CHANGELOG"])], 27 ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README', "CHANGELOG"])],
28 install_requires = ['urwid'] 28 install_requires=['urwid >= 1.2.0']
29 ) 29 )