Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattwmaster58 committed Oct 25, 2024
1 parent 8fdce15 commit d675f3c
Showing 4 changed files with 25 additions and 37 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -17,9 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
dependencies = [
"playwright", "typing-extensions"
]
dependencies = ["playwright"]

[project.optional-dependencies]
test = [
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

24 changes: 24 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[metadata]
name = playwright-stealth
version = 2.0.0rc1
author = AtuboDad
author_email = lcjasas@sina.com
maintainer = Mattwmaster58
maintainer_email = Mattwmaster58@gmail.com
description = playwright stealth
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Mattwmaster58/playwright_stealth
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent

[options]
packages = find:
python_requires = >=3.8
install_requires =
playwright

[options.package_data]
playwright_stealth = js/**/*.js
31 changes: 0 additions & 31 deletions setup.py

This file was deleted.

0 comments on commit d675f3c

Please sign in to comment.