changeset 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 c1ad04586edf
children a00e87d48213
files setup.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jan 25 15:24:31 2011 +0100
+++ b/setup.py	Tue Jan 25 16:39:27 2011 +0100
@@ -203,7 +203,6 @@
                   ],
       scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'],
       zip_safe=False,
-      dependency_links = ['http://ftp.goffi.org/urwid-satext/'],
       install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext'],
       cmdclass=dict(install=custom_install),
       ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed