Remove download URL.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 22 Sep 2013 21:50:33 +0000 (22:50 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 22 Sep 2013 21:50:33 +0000 (22:50 +0100)
setup.py

index 259b4faf4ec7cdec35fdfdeb2ef55dcac13a0ba0..b5ade62f0c9ae3e536dcba9da1c06bcf8d4c9ddb 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,4 @@ setup(name="fastimport",
       author_email="bazaar@lists.canonical.com",
       license="GNU GPL v2 or later",
       url="https://launchpad.net/python-fastimport",
-      download_url='http://launchpad.net/python-fastimport/trunk/%s/+download/fastimport-%s.tar.gz' % (version, version),
       packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])