| commit | 81f78b69a9c035cb83a48deb1faf2c57fdc96c9d | [log] [tgz] |
|---|---|---|
| author | wbond <will@wbond.net> | Wed Jan 01 03:33:48 2014 -0500 |
| committer | wbond <will@wbond.net> | Wed Jan 01 03:33:48 2014 -0500 |
| tree | 8d37a2948630d56a9919976f7df3cfc90d31349c | |
| parent | f485ff6959e470870369e3cd97ba0b193205aa1e [diff] |
Removed running 2to3 from setup.py since it butchers the custom Python 3 work I did
diff --git a/setup.py b/setup.py index b3fd8d3..3dab4b6 100644 --- a/setup.py +++ b/setup.py
@@ -116,7 +116,7 @@ return open(os.path.join(os.path.dirname(__file__), filename)).read() if not sys.version_info < (3,): - extra_args.update(dict(use_2to3=True)) + extra_args.update(dict(use_2to3=False)) setup(name="watchdog", version=version.VERSION_STRING,