Skip to content

Commit 2d922d2

Browse files
authored
chore(build): have allow-list in setup.py included packages (#1510)
1 parent 87ca3f1 commit 2d922d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from pathlib import Path
2323
from typing import Dict, List
2424

25-
from setuptools import find_packages, setup
25+
from setuptools import setup
2626

2727
try:
2828
from auditwheel.wheeltools import InWheel
@@ -205,7 +205,7 @@ def _download_and_extract_local_driver(
205205
long_description=Path("README.md").read_text(encoding="utf-8"),
206206
long_description_content_type="text/markdown",
207207
url="https://github.com/Microsoft/playwright-python",
208-
packages=find_packages(exclude=["tests*"]),
208+
packages=["playwright"],
209209
include_package_data=True,
210210
install_requires=[
211211
"websockets==10.1",

0 commit comments

Comments
 (0)