Skip to content

Commit a346f49

Browse files
committed
Merge pull request #9508 from blbradley/clean-exclude
BUG: period_helper.c is not excluded from clean
2 parents 25cb65a + 5b28303 commit a346f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def initialize_options(self):
274274
ujson_lib = pjoin(base,'ujson','lib')
275275
self._clean_exclude = [pjoin(dt,'np_datetime.c'),
276276
pjoin(dt,'np_datetime_strings.c'),
277-
pjoin(src,'period.c'),
277+
pjoin(src,'period_helper.c'),
278278
pjoin(parser,'tokenizer.c'),
279279
pjoin(parser,'io.c'),
280280
pjoin(ujson_python,'ujson.c'),

0 commit comments

Comments
 (0)