summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index af99b59b..95b4944c 100644
--- a/setup.py
+++ b/setup.py
@@ -186,13 +186,6 @@ if compile_extension:
},
))
-# Py3.x-specific details.
-
-if sys.version_info >= (3, 0):
- setup_args.update(dict(
- use_2to3=False,
- ))
-
def main():
"""Actually invoke setup() with the arguments we built above."""