aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 0ee21e3b..d4d4631a 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -154,8 +154,8 @@ def find_external_links(url, page):
if match:
yield urlparse.urljoin(url, htmldecode(match.group(1)))
-user_agent = "Python-urllib/%s distribute/%s" % (
- sys.version[:3], require('distribute')[0].version
+user_agent = "Python-urllib/%s setuptools/%s" % (
+ sys.version[:3], require('setuptools')[0].version
)