Skip to content

Excluded *.inc from python distribution cleanup#19891

Merged
veblush merged 1 commit intogrpc:masterfrom
veblush:add-inc-to-python
Aug 8, 2019
Merged

Excluded *.inc from python distribution cleanup#19891
veblush merged 1 commit intogrpc:masterfrom
veblush:add-inc-to-python

Conversation

@veblush
Copy link
Copy Markdown
Contributor

@veblush veblush commented Aug 8, 2019

The existing python distribute script deletes unnecessary files after building python source distribution. But recently added upb has *.inc files which shouldn't be removed but it's now being pruned by the script and it causes a broken package with missing files. To fix this problem, the pattern for *.inc files is added to the white-list. (fixed #19795)

@veblush veblush requested a review from AspirinSJL August 8, 2019 22:04
@veblush veblush added the release notes: no Indicates if PR should not be in release notes label Aug 8, 2019
@veblush veblush changed the title Excluded *.inc from python garbage cleanup Excluded *.inc from python distribution cleanup Aug 8, 2019
@veblush veblush merged commit e03cdc2 into grpc:master Aug 8, 2019
@veblush veblush deleted the add-inc-to-python branch August 8, 2019 23:13
@lock lock bot locked as resolved and limited conversation to collaborators Nov 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants