summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-07-19 11:15:31 -0700
committerBob Ippolito <bob@redivi.com>2013-07-19 11:15:31 -0700
commit8368608472bc3db5755ed4b3904d56902f8fe69d (patch)
tree652b45238636528d2569444133f3f975d6f23d88
parent9bd1640c8c6ca6052cf1a115151d15eaa9577c4d (diff)
downloadxattr-cleanup-and-cffi.tar.gz
fix stupid mistakecleanup-and-cffi
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 76c0280..d33c099 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,6 @@ class cffi_build(build):
def finalize_options(self):
from xattr.lib import ffi
self.distribution.ext_modules = [ffi.verifier.get_extension()]
- self.distribution.ext_modules.append(ext)
build.finalize_options(self)
VERSION = '0.7.0'