[Opensrf-commits] r1249 - trunk/src/python

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Feb 16 13:42:52 EST 2008


Author: dbs
Date: 2008-02-16 13:12:57 -0500 (Sat, 16 Feb 2008)
New Revision: 1249

Modified:
   trunk/src/python/setup.py
Log:
x.y.z version numbering seems to make setuptools happier... okay


Modified: trunk/src/python/setup.py
===================================================================
--- trunk/src/python/setup.py	2008-02-14 00:15:39 UTC (rev 1248)
+++ trunk/src/python/setup.py	2008-02-16 18:12:57 UTC (rev 1249)
@@ -3,15 +3,15 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='1.0',
+    version='1.0.0',
     install_requires=[
         'dnspython', # required by pyxmpp
-        'python_memcached',
+    	'python-memcached', # older setuptools fails to resolve this
         'pyxmpp>=1.0.0',
         'simplejson>=1.7.1'
     ],
     dependency_links = [
-        "http://pyxmpp.jajcus.net/downloads/"
+        "http://pyxmpp.jajcus.net/downloads/",
     ],
     description='OpenSRF Python Modules',
     author='Bill Erickson',



More information about the opensrf-commits mailing list