Skip to content

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Aug 17, 2022

Before it was the following:

>>> find_packages(exclude=["tests*"])
['playwright', 'playwright._impl', 'playwright.async_api', 'playwright.sync_api', 'playwright._impl.__pyinstaller']

after reducing it to the shown in the PR, it was still fine with my local integration tests (build wheel, install from wheel).

Fixes #1504.

Copy link
Member

@rwoll rwoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provisional LGTM. Please diff site directory before and after this change to esnsure the whole distributed/installed file hierarchy is identical before v. after.

@mxschmitt mxschmitt merged commit 2d922d2 into microsoft:main Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[internal] move to inlcude, instead of exclude for setup.py
2 participants