Skip to content

Commit

Permalink
Remove use_2to3 from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Mar 15, 2022
1 parent 8256f46 commit 0d78716
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from setuptools import setup
import sys

python3_setup = {}
if sys.version_info >= (3,):
python3_setup['use_2to3'] = True

setup(
name='iron-worker',
py_modules=["iron_worker"],
Expand Down Expand Up @@ -41,5 +37,4 @@
IronWorker is a background processing and task queuing system that lets your
applications use the cloud to do their heavy lifting. Find out more at
http://www.iron.io/products/worker.""",
**python3_setup
)

0 comments on commit 0d78716

Please sign in to comment.