Changeset 1208 for gaphor/tags/release-0.10.4
- Timestamp:
- 04/10/07 23:38:05 (2 years ago)
- Files:
-
- gaphor/tags/release-0.10.4/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/tags/release-0.10.4/setup.py
r1206 r1208 8 8 """ 9 9 10 VERSION = '0.10. 3'10 VERSION = '0.10.4' 11 11 12 12 import sys … … 65 65 'gaphas >= 0.1.4', 66 66 'zope.component >= 3.3.0', # - won't compile on windows. 67 # Add dependency on zope.testing to work around bug in zope.component 68 'zope.testing >= 3.3.0', 67 69 ], 68 70
