Skip to content

Commit

Permalink
Disable use_2to3 flag from setup.py since using python3 (starkit#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal authored and wkerzendorf committed Jul 22, 2019
1 parent 3e2cb8e commit d425426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
long_description=LONG_DESCRIPTION,
cmdclass=cmdclassd,
zip_safe=False,
use_2to3=True,
use_2to3=False,
entry_points=entry_points,
**package_info
)

0 comments on commit d425426

Please sign in to comment.