Skip to content

Commit

Permalink
Merge pull request #30 from akx/remove-2to3
Browse files Browse the repository at this point in the history
Remove use_2to3 from setup
  • Loading branch information
alex-litvak committed Mar 14, 2022
2 parents f09a160 + 3e8508f commit 5a5f301
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-core",
py_modules = ["iron_core"],
Expand Down Expand Up @@ -36,5 +32,4 @@
any APIs or contain API-specific features, but serves as a common base that wrappers
may be built on. Users looking for API wrappers should instead look at
iron_worker_python and iron_worker_mq.""",
**python3_setup
)

0 comments on commit 5a5f301

Please sign in to comment.