We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ca3f1 commit 2d922d2Copy full SHA for 2d922d2
setup.py
@@ -22,7 +22,7 @@
22
from pathlib import Path
23
from typing import Dict, List
24
25
-from setuptools import find_packages, setup
+from setuptools import setup
26
27
try:
28
from auditwheel.wheeltools import InWheel
@@ -205,7 +205,7 @@ def _download_and_extract_local_driver(
205
long_description=Path("README.md").read_text(encoding="utf-8"),
206
long_description_content_type="text/markdown",
207
url="https://github.com/Microsoft/playwright-python",
208
- packages=find_packages(exclude=["tests*"]),
+ packages=["playwright"],
209
include_package_data=True,
210
install_requires=[
211
"websockets==10.1",
0 commit comments