| Paste number 55544: | local setup.py for opensrf |
| Pasted by: | dbs |
| When: | 1 year, 4 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+16UW |
| Channel: | #openils-evergreen |
| Paste contents: |
dan@denials:~/source/OpenSRF-trunk$ svn diff src/python/setup.py
Index: src/python/setup.py
===================================================================
--- src/python/setup.py (revision 1244)
+++ src/python/setup.py (working copy)
@@ -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',
This paste has no annotations.