File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22Release History
33===============
44
5+ 2.5.3
6+
7+ - Point release uploaded to PyPI during outage on doughellmann.com.
8+
592.5.2
610
711 - Apply patch from Zach Voase to fix :ref: `command-lsvirtualenv `
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
33PROJECT = 'virtualenvwrapper'
4- VERSION = '2.5.2 '
4+ VERSION = '2.5.3 '
55
66# Bootstrap installation of Distribute
77import distribute_setup
@@ -120,8 +120,8 @@ def find_package_data(
120120 author_email = 'doug.hellmann@gmail.com' ,
121121
122122 url = 'http://www.doughellmann.com/projects/%s/' % PROJECT ,
123- download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124- (PROJECT , VERSION ),
123+ # download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124+ # (PROJECT, VERSION),
125125
126126 classifiers = [ 'Development Status :: 5 - Production/Stable' ,
127127 'License :: OSI Approved :: BSD License' ,
You can’t perform that action at this time.
0 commit comments