Mercurial > libervia-backend
comparison setup.py @ 275:01a0bd6e7fae
distribute: removed dependency_links for urwid-satext: it's now on pypi
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Jan 2011 16:39:27 +0100 |
parents | e077f068ff57 |
children | 42438e43104a |
comparison
equal
deleted
inserted
replaced
274:c1ad04586edf | 275:01a0bd6e7fae |
---|---|
201 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), | 201 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), |
202 ('share/doc/%s/misc' % NAME, ['frontends/src/wix/images/split_card.sh']), | 202 ('share/doc/%s/misc' % NAME, ['frontends/src/wix/images/split_card.sh']), |
203 ], | 203 ], |
204 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], | 204 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], |
205 zip_safe=False, | 205 zip_safe=False, |
206 dependency_links = ['http://ftp.goffi.org/urwid-satext/'], | |
207 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext'], | 206 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext'], |
208 cmdclass=dict(install=custom_install), | 207 cmdclass=dict(install=custom_install), |
209 ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed | 208 ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed |
210 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. | 209 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. |
211 # wxpython doesn't work, it's managed with preinstall_check | 210 # wxpython doesn't work, it's managed with preinstall_check |