Mercurial > libervia-backend
comparison setup.py @ 296:d1cc69161f3f
typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Feb 2011 22:23:09 +0100 |
parents | 5e00f8123001 |
children | 99206631503e |
comparison
equal
deleted
inserted
replaced
295:5e00f8123001 | 296:d1cc69161f3f |
---|---|
205 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], | 205 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], |
206 zip_safe=False, | 206 zip_safe=False, |
207 dependency_links = ['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz','http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], | 207 dependency_links = ['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz','http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], |
208 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext','pyfeed','xe'], | 208 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext','pyfeed','xe'], |
209 cmdclass=dict(install=custom_install), | 209 cmdclass=dict(install=custom_install), |
210 ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed | 210 ) #XXX: The Mercurial dependency is just here to build the custom wokkel (with MUC branch), it must be removed |
211 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. | 211 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. |
212 # wxpython doesn't work, it's managed with preinstall_check | 212 # wxpython doesn't work, it's managed with preinstall_check |
213 | 213 |