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):
341
341
'pandas/_libs/window.pyx' ,
342
342
'pandas/_libs/sparse.pyx' ,
343
343
'pandas/_libs/parsers.pyx' ,
344
+ 'pandas/_libs/tslibs/strptime.pyx' ,
344
345
'pandas/_libs/tslibs/timezones.pyx' ,
345
346
'pandas/_libs/tslibs/frequencies.pyx' ,
346
347
'pandas/_libs/tslibs/parsing.pyx' ,
@@ -349,14 +350,6 @@ class CheckSDist(sdist_class):
349
350
def initialize_options (self ):
350
351
sdist_class .initialize_options (self )
351
352
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
-
360
353
def run (self ):
361
354
if 'cython' in cmdclass :
362
355
self .run_command ('cython' )
You can’t perform that action at this time.
0 commit comments