summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-28 12:52:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-28 12:52:28 +0100
commit7f0916399dca0c578d5ee19313b29944413353b2 (patch)
tree64ff7cadfe30fd8c4327b02815f0e170a3b5c558
parent3238618f956afa5d2f23ee607536c4383f5b1cd8 (diff)
downloadpython-fastimport-7f0916399dca0c578d5ee19313b29944413353b2.tar.gz
Rename tarball for the benefit of pip.
-rw-r--r--NEWS2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f3a810a..f0a3940 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@
* Support 'done' feature. (Jelmer Vernooij, #942563)
+ * Rename tarball for the benefit of pip. (Jelmer Vernooij, #779690)
+
0.9.0 2011-01-30
Initial release.
diff --git a/setup.py b/setup.py
index af08266..4b1dd0a 100755
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,5 @@ 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/python-fastimport-%s.tar.gz' % (version, version),
+ download_url='http://launchpad.net/python-fastimport/trunk/%s/+download/fastimport-%s.tar.gz' % (version, version),
packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])