From: Guillaume Pellerin Date: Wed, 29 Apr 2015 09:00:26 +0000 (+0200) Subject: bugfix X-Git-Tag: 1.6a~4^2~102 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=035777164eb00ca56fdd9901edfbafe279a1fef9;p=telemeta.git bugfix --- diff --git a/setup.py b/setup.py index 43b67192..1bc69481 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ setup( 'ebooklib', ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], - dependency_links = ['https://github.com/mariocesar/sorl-thumbnail/tarball/master#egg=sorl-thumbnail-12.2'] + dependency_links = ['https://github.com/mariocesar/sorl-thumbnail/tarball/master#egg=sorl-thumbnail-12.2'], # Provide a test command through django-setuptest cmdclass={'test': PyTest}, platforms=['OS Independent'],