Changeset 1189
- Timestamp:
- 04/03/07 00:17:35 (2 years ago)
- Files:
-
- gaphor/trunk/setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/setup.py
r1188 r1189 7 7 Run 'python setup.py run' to start Gaphor directly (without install). 8 8 """ 9 10 VERSION = '0.10.0' 9 11 10 12 import sys … … 33 35 setup( 34 36 name='gaphor', 35 version= '0.9.2',37 version=VERSION, 36 38 url='http://gaphor.sourceforge.net', 37 39 author='Arjan J. Molenaar', … … 83 85 # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 84 86 'decorator >= 2.0.1', 85 'gaphas >= 0.1. 0',87 'gaphas >= 0.1.3', 86 88 'zope.component >= 3.3.0', # - won't compile on windows. 87 89 ],
