Skip to content

Commit db9bbdb

Browse files
committed
fix the download url
--HG-- extra : convert_revision : svn%3A98f53aa3-d424-0410-b225-a548b0275c4d/Projects/virtualenvwrapper/trunk%401726
1 parent 18b8c6a commit db9bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ setup (
5757
author_email = '[email protected]',
5858

5959
url = 'http://www.doughellmann.com/projects/virtualenvwrapper/',
60-
download_url = 'http://www.doughellmann.com/downloads/Proctor-VERSION.tar.gz',
60+
download_url = 'http://www.doughellmann.com/downloads/virtualenvwrapper-VERSION.tar.gz',
6161

6262
classifiers = [ 'Development Status :: 5 - Production/Stable',
6363
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)