Skip to content

Commit

Permalink
BUG: bug in setup.py with cython and sdist command class #2188
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan committed Nov 7, 2012
1 parent ad6e2c3 commit cc099d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -538,14 +538,12 @@ def run(self):
cmdclass['build_ext'] = build_ext
if BUILD_CACHE_DIR: # use the cache
cmdclass['build_ext'] = CachingBuildExt
cmdclass['cython'] = CythonCommand
cmdclass['sdist'] = CheckSDist
else:

suffix = '.c'
cmdclass['build_src'] = DummyBuildSrc

cmdclass['cython'] = CythonCommand
cmdclass['build_ext'] = build_ext
cmdclass['sdist'] = CheckSDist

tseries_depends = ['reindex', 'groupby', 'skiplist', 'moments',
'reduce', 'stats', 'datetime',
Expand Down

0 comments on commit cc099d6

Please sign in to comment.