From: erickson Date: Wed, 26 Dec 2007 14:25:29 +0000 (+0000) Subject: changed osrf python version from 1.2. to 1.0 to match opensrf X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5aaad92f116386f6e7939eb60ebf4048f751c021;p=opensrf%2Fbjwebb.git changed osrf python version from 1.2. to 1.0 to match opensrf git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1184 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/python/setup.py b/src/python/setup.py index fdbca95..0373f86 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -5,7 +5,7 @@ import os, os.path dir = os.path.dirname(__file__) setup(name='OpenSRF', - version='1.2', + version='1.0', # requires is not actually implemented in distutils # requires=['memcache', 'pyxmpp', 'simplejson'], description='OpenSRF Python Modules',