From 79928bc55c29f8c4479c463294820097e14ead20 Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Thu, 19 Jul 2012 15:48:49 +0200 Subject: [PATCH] remove not working workaround --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1b77960..0cd4238 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ description='A plugin to have defcon condition status visible', long_description='', packages=find_packages(), - dependency_links = ['https://github.com/tbarbugli/sentry/zipball/master#egg=sentry-4.8.1beta'], - install_requires=['sentry>=4.8.1beta'], + # dependency_links = ['https://github.com/tbarbugli/sentry/zipball/master#egg=sentry-4.8.1beta'], + # install_requires=['sentry>=4.8.1beta'], test_suite='runtests.runtests', license='BSD', include_package_data=True,