From 04430f1a8eb0c40255057effd2cef32cb0630032 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 15 Dec 2015 10:51:56 -0500 Subject: [PATCH] [fix] var --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bfe3cc29..e5f38557 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_prefix_path(prefix=None): prefix = virtualenv_path if prefix is not None: - prefix = normalized_path(self.prefix) + prefix = normalized_path(prefix) return prefix @@ -94,7 +94,6 @@ def main(): ], cmdclass={ 'install': InstallWithDependencies, - 'build_ext': BuildExtensionWithDependencies, }, ext_modules=[ Extension('postal.text._tokenize',