diff --git a/setup.py b/setup.py index 89c2e3c..06f8a19 100755 --- a/setup.py +++ b/setup.py @@ -113,7 +113,6 @@ setup(name="python-entrouvert", tests_require=[ 'nose>=0.11.4', ], - dependency_links=[], cmdclass={'build': build, 'install_lib': install_lib, 'compile_translations': compile_translations, 'sdist': eo_sdist},