Skip to content

Commit

Permalink
Remove use_2to3=False; it is the default
Browse files Browse the repository at this point in the history
Slightly simplifies setup.py.
  • Loading branch information
jdufresne authored and nedbat committed Oct 28, 2018
1 parent 85a878e commit 4113a32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Expand Up @@ -186,13 +186,6 @@ def build_extension(self, ext):
},
))

# 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."""
Expand Down

0 comments on commit 4113a32

Please sign in to comment.