Skip to content

Commit

Permalink
do 2to3 convertion directly in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Feb 7, 2016
1 parent 7e0ff84 commit a5364d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def run_setup(build_ext):
'Topic :: Software Development',
],
ext_modules = extra_modules,
cmdclass = {'build_py': build_py, "build_ext" : ve_build_ext}
cmdclass = {'build_py': build_py, "build_ext" : ve_build_ext},
use_2to3=True
)

try:
Expand Down

0 comments on commit a5364d2

Please sign in to comment.