Show
Ignore:
Timestamp:
04/28/08 11:24:37 (3 months ago)
Author:
dbs
Message:

x.y.z for egg versions seems to satisfy setuptools and avoid first-time install errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/src/python/setup.py

    r8389 r9477  
    33 
    44setup(name='Evergreen', 
    5     version='1.4', 
     5    version='1.4.0', 
    66    install_requires='OpenSRF>=1.0', 
    77    description='Evergreen Python Modules',