From: erickson Date: Fri, 5 Nov 2010 14:48:14 +0000 (+0000) Subject: added osrf.apps to installed pachages (thanks for the tip, dbs). bumped version... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=581eab490cb9f4bc0ddebfca35e65727e38885c7;p=opensrf%2Fbjwebb.git added osrf.apps to installed pachages (thanks for the tip, dbs). bumped version in prep for 2.0 git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2053 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/python/setup.py b/src/python/setup.py index 1b841ae..d4261d1 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='OpenSRF', - version='1.0.0', + version='2.0.0', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', @@ -19,6 +19,6 @@ setup(name='OpenSRF', author_email='erickson@esilibrary.com', license="GPL", url='http://www.open-ils.org/', - packages=['osrf'], + packages=['osrf', 'osrf.apps'], scripts=['srfsh.py'] )