Changeset 205:acd252641599 for setup.py

Show
Ignore:
Timestamp:
02/05/11 14:45:12 (16 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Children:
206:6aa9eeab6e3b, 242:295f2c9d5b4f
Message:

changed download URL to .zip version since gzip and tar isn't common on windows hosts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r204 r205  
    3636      license="http://en.wikipedia.org/wiki/BSD_licenses", 
    3737      url="http://imapclient.freshfoo.com/", 
    38       download_url='http://freshfoo.com/projects/IMAPClient/IMAPClient-%s.tar.gz' % version, 
     38      download_url='http://freshfoo.com/projects/IMAPClient/IMAPClient-%s.zip' % version, 
    3939      packages=find_packages(), 
    4040      package_data=dict(imapclient=['examples/*.py']),