File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ class CheckSDist(sdist_class):
341341 'pandas/_libs/window.pyx' ,
342342 'pandas/_libs/sparse.pyx' ,
343343 'pandas/_libs/parsers.pyx' ,
344+ 'pandas/_libs/tslibs/strptime.pyx' ,
344345 'pandas/_libs/tslibs/timezones.pyx' ,
345346 'pandas/_libs/tslibs/frequencies.pyx' ,
346347 'pandas/_libs/tslibs/parsing.pyx' ,
@@ -349,14 +350,6 @@ class CheckSDist(sdist_class):
349350 def initialize_options (self ):
350351 sdist_class .initialize_options (self )
351352
352- '''
353- self._pyxfiles = []
354- for root, dirs, files in os.walk('pandas'):
355- for f in files:
356- if f.endswith('.pyx'):
357- self._pyxfiles.append(pjoin(root, f))
358- '''
359-
360353 def run (self ):
361354 if 'cython' in cmdclass :
362355 self .run_command ('cython' )
You can’t perform that action at this time.
0 commit comments