From d60e79a3daab4489a502842b49528c93ba5b1257 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 5 Jul 2014 21:09:12 -0400 Subject: Try adding six as an egg for full compatibility with install_requires --HG-- branch : feature/issue-229 extra : rebase_source : fb6ea5263750ad039250628e97d2f1cf6968fed3 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cf401d45..b2f3ab37 100755 --- a/setup.py +++ b/setup.py @@ -6,6 +6,8 @@ import sys import textwrap import contextlib +sys.path.append('six-1.7.3.egg') + # Allow to run setup.py from another directory. os.chdir(os.path.dirname(os.path.abspath(__file__))) -- cgit v1.2.1