Skip to content

Commit c13c6e4

Browse files
committed
Change pyppeteer references and package version
1 parent 88038ee commit c13c6e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pyppeteer Ghost Cursor
1+
# Python Ghost Cursor
22
Python port of <a href="https://github.com/Xetera/ghost-cursor">Xetera/ghost-cursor</a>, for use with Pyppeteer and Playwright.
33

44
> Generate realistic, human-like mouse movement data between coordinates or navigate between elements with Pyppeteer/Playwright

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
README = (HERE / "README.md").read_text()
99
setuptools.setup(
1010
name="python_ghost_cursor",
11-
version="0.2.1",
12-
description="Pyppeteer implementation of Xetera/ghost-cursor",
11+
version="0.1.0",
12+
description="Python implementation of Xetera/ghost-cursor",
1313
long_description=README,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/mcolella14/python_ghost_cursor",

0 commit comments

Comments
 (0)