Skip to content

Commit

Permalink
last change triggered error, bisecting further
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed May 25, 2016
1 parent b378945 commit 469e078
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions setup.py
Expand Up @@ -135,19 +135,6 @@ def __init__(self, *args, **kwargs):
self.rtool.refactor_dir('docs', write=True)
open(checkpoint_fn, 'wta').write('converted')

cmdclass = {}
if sys.version_info[0] < 3:
setup_requires.append('3to2')
# cmdclass allows you to override the distutils commands that are
# run through 'python setup.py somecmd'. Under python 2.7 replace
# the 'build_py' with a custom subclass (build_py27) that invokes
# 3to2 refactoring on each python file as its copied to the build
# directory.
cmdclass['build_py'] = build_py27
print(cmdclass)

# (Under python3 no commands are replaced, so the default command classes are used.)

def _setup(**kwargs):

# the following hack is taken from scipy's setup.py
Expand Down

0 comments on commit 469e078

Please sign in to comment.