Skip to content

Commit

Permalink
setup.py change version
Browse files Browse the repository at this point in the history
set license info
  • Loading branch information
AtuboDad committed Dec 22, 2020
1 parent 2863d2c commit 43f1cc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Transplanted from [puppeteer-extra-plugin-stealth](https://github.com/berstend/p
## Install

```
$ pip install playwright_stealth
$ pip install playwright-stealth
```

## Usage
Expand All @@ -26,15 +26,15 @@ stealth_sync(page)

## Test results

### Pyppeteer without stealth
### playwright without stealth

<table class="image">
<tr>
<td><figure class="image"><a href="https://github.com/ASAS1314/pyppeteer_stealth/images/example1.png"><img src="https://github.com/ASAS1314/pyppeteer_stealth/images/example1.png"></a><figcaption>headless</figcaption></figure></td>
</tr>
</table>

### Pyppeteer with stealth
### playwright with stealth

<table class="image">
<tr>
Expand Down
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
long_description = fh.read()

setuptools.setup(
name="playwright_stealth",
version="1.0.0",
name="playwright-stealth",
version="1.0.4",
author="ASAS1314",
author_email="lcjasas@sina.com",
description="playwright stealth",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ASAS1314/playwright_stealth",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_data={"playwright_stealth": ["js/*.js"]},
)

0 comments on commit 43f1cc1

Please sign in to comment.