Changeset 774
- Timestamp:
- 07/22/07 11:20:51 (1 year ago)
- Files:
-
- pyrun/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pyrun/trunk/setup.py
r755 r774 78 78 ] 79 79 }, 80 # Force unzip because pyrun is used to *discover* eggs and use them without81 # installing, or in cases where the setuptools easy-install.pth machinery82 # has been borked. To pyrun a python egg is no more than a distribution83 # 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. 84 84 zip_safe=False 85 85 )