setup.py,requirements.txt: change name of disitribution for python-entrouvert

This commit is contained in:
Benjamin Dauvergne 2013-09-03 16:35:47 +02:00
parent f14f8a6458
commit f564f43f40
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ rfc3161==0.1.6
gunicorn
django_journal<2.0.0
django-picklefield==0.3.0
git+http://repos.entrouvert.org/python-entrouvert.git/#egg=entrouvert-1.1.9999
git+http://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-1.1.9999
django-tables2==0.13.0
python-magic<0.5

View File

@ -112,7 +112,7 @@ setup(name='docbow',
'gunicorn',
'django_journal<2.0.0',
'django-picklefield==0.3.0',
'entrouvert<2.0',
'python-entrouvert<2.0',
'django-tables2==0.13.0',
],
setup_requires=[