Changeset 3796

Show
Ignore:
Timestamp:
12/11/07 13:02:55 (8 months ago)
Author:
paul
Message:

I forgot to make a cosmetic fix to Dabo's easy_install chain: I'm taking away
the platform identifier in the download compressed files, so now instead of

dabo-0.8.3-win.zip
dabo-0.8.3-mac-nix.tar.gz

It'll be:

dabo-0.8.3.zip
dabo-0.8.3.tar.gz

So now when someone issues 'easy_install dabo' they won't get confused seeing
the 'win' identifier if they are on Mac or Linux. Thanks Carl for pointing this
one out.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/dabo-0.8.3/setup.py

    r3764 r3796  
    5656        version = daboVersion, 
    5757        url = 'http://dabodev.com/', 
    58         download_url = 'ftp://dabodev.com/dabo/dabo-%s-win.zip' % daboVersion, 
     58        download_url = 'ftp://dabodev.com/dabo/dabo-%s.zip' % daboVersion, 
    5959        author = 'Ed Leafe and Paul McNett', 
    6060        author_email = 'dev@dabodev.com',