From c8351d92683d1e335af35c8fc362b76c928bccf9 Mon Sep 17 00:00:00 2001 From: Matt Basta Date: Sat, 5 Mar 2011 17:50:51 +0000 Subject: [PATCH] Updated setup.py for Kris --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd488f6..2eae362 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ setup( include_package_data=True, zip_safe=False, install_requires=[p.strip() for p in open('./requirements.txt') - if not p.startswith('#')], + if not p.startswith(('#', + '-e'))], scripts=["addon-validator"], classifiers=[ 'Development Status :: 4 - Beta',