Skip to content

Commit 128e956

Browse files
committed
BLD: also clean pyo files
1 parent 31ecaa9 commit 128e956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def initialize_options(self):
266266
if f in self._clean_exclude:
267267
continue
268268
if os.path.splitext(f)[-1] in ('.pyc', '.so', '.o',
269+
'.pyo',
269270
'.pyd', '.c', '.orig'):
270271
self._clean_me.append(pjoin(root, f))
271272
for d in dirs:

0 commit comments

Comments
 (0)