projets
/
auf_django_emploi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad82656
)
dev mode
author
Olivier Larchevêque
<olivier.larcheveque@auf.org>
Fri, 12 Aug 2011 20:19:02 +0000
(16:19 -0400)
committer
Olivier Larchevêque
<olivier.larcheveque@auf.org>
Fri, 12 Aug 2011 20:19:02 +0000
(16:19 -0400)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index
0298bbb
..
6b3a3eb
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,7
@@
from setuptools import setup, find_packages
import sys, os
name = 'auf.django.emploi'
-version = '0.3'
+version = '0.4'
setup(name=name,
version=version,
@@
-25,6
+25,8
@@
setup(name=name,
install_requires=[
# -*- Extra requirements: -*-
'restkit',
+ 'httplib2',
+ 'poster',
],
entry_points="""
# -*- Entry points: -*-