projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e264a8
)
x.y.z version numbering seems to make setuptools happier... okay
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 16 Feb 2008 18:12:57 +0000
(18:12 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 16 Feb 2008 18:12:57 +0000
(18:12 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1249
9efc2488
-bf62-4759-914b-
345cdb29e865
src/python/setup.py
patch
|
blob
|
history
diff --git
a/src/python/setup.py
b/src/python/setup.py
index
0dca72b
..
d016315
100644
(file)
--- a/
src/python/setup.py
+++ b/
src/python/setup.py
@@
-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',