Changeset 774

Show
Ignore:
Timestamp:
07/22/07 11:20:51 (1 year ago)
Author:
robin
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyrun/trunk/setup.py

    r755 r774  
    7878                ] 
    7979            }, 
    80         # Force unzip because pyrun is used to *discover* eggs and use them without 
    81         # installing, or in cases where the setuptools easy-install.pth machinery 
    82         # has been borked. To pyrun a python egg is no more than a distribution 
    83         # format. 
     80        # Force unzip because pyrun is used to *discover* eggs and use them 
     81        # without installing, or in cases where the setuptools easy-install.pth 
     82        # machinery has been borked. To pyrun a python egg is no more than a 
     83        # distribution format. 
    8484        zip_safe=False 
    8585    )