Exclude .so.1.* from Pip package builds
This change removes one of the extra .so files from the pip wheel to make it smaller. PiperOrigin-RevId: 242703944
This commit is contained in:
parent
ee3d3e1f0e
commit
6257855a22
@ -3,7 +3,7 @@ recursive-include * *.py
|
||||
recursive-include * *.pyd
|
||||
recursive-include * *.pd
|
||||
recursive-include * *.so
|
||||
recursive-include * *.so.*
|
||||
recursive-include * *.so.[0-9]
|
||||
recursive-include * *.dylib
|
||||
recursive-include * *.dll
|
||||
recursive-include * *.lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user