Changeset 188:8b837f6a242d for eggchecker/src/setup.py
- Timestamp:
- 09/30/07 19:01:40 (14 months ago)
- Files:
-
- 1 modified
-
eggchecker/src/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eggchecker/src/setup.py
r182 r188 23 23 import sys, os 24 24 25 version = '0.1 '25 version = '0.1.1' 26 26 27 27 README = open(os.path.join(os.path.dirname(__file__), 'README.txt')).read()
