Changeset 90

Show
Ignore:
Timestamp:
01/08/07 11:31:53 (2 years ago)
Author:
rgrp
Message:

Fix download_url in setup.py in both trunk and tags.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/domainmodel-0.1/setup.py

    r89 r90  
    2020    license = 'LGPL', 
    2121    url = 'http://www.kforgeproject.com/', 
    22     download_url = "http://www.openshakespeare.org/code/"
     22    download_url = 'http://www.kforgeproject.com/files/domainmodel-%s.tar.gz' % __version__
    2323    description = 'Framework for enterprise applications.', 
    2424    long_description = \ 
  • trunk/setup.py

    r89 r90  
    2020    license = 'LGPL', 
    2121    url = 'http://www.kforgeproject.com/', 
    22     download_url = "http://www.openshakespeare.org/code/"
     22    download_url = 'http://www.kforgeproject.com/files/domainmodel-%s.tar.gz' % __version__
    2323    description = 'Framework for enterprise applications.', 
    2424    long_description = \