diff --git a/setup.py b/setup.py index 850c110..c256ec5 100644 --- a/setup.py +++ b/setup.py @@ -52,10 +52,7 @@ def long_description(): supported_providers = True continue buf.write(line) - buf = buf.getvalue() - with open('/tmp/mod', 'w') as fh: - fh.write(buf) - return buf + return buf.getvalue() setup(