Skip to content

Commit 9ea528a

Browse files
committed
Fix owner
1 parent 6075d9e commit 9ea528a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ description = "Enhanced Python module to bypass Cloudflare's anti-bot page with
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
12-
{name = "Zied Boughdir", email = "[email protected]"},
13-
{name = "VeNoMouS"}
12+
{name = "VeNoMouS", email = "[email protected]"},
13+
{name = "Zied Boughdir", email = "[email protected]"}
1414
]
1515
maintainers = [
16+
{name = "Zied Boughdir", email = "[email protected]"},
1617
{name = "Zied Boughdir", email = "[email protected]"}
1718
]
1819
keywords = [
@@ -79,10 +80,10 @@ test = [
7980
]
8081

8182
[project.urls]
82-
Homepage = "https://github.com/zinzied/cloudscraper"
83-
Repository = "https://github.com/zinzied/cloudscraper.git"
84-
Issues = "https://github.com/zinzied/cloudscraper/issues"
85-
Changelog = "https://github.com/zinzied/cloudscraper/blob/master/CHANGELOG.md"
83+
Homepage = "https://github.com/venomous/cloudscraper"
84+
Repository = "https://github.com/venomous/cloudscraper.git"
85+
Issues = "https://github.com/venomous/cloudscraper/issues"
86+
Changelog = "https://github.com/venomous/cloudscraper/blob/master/CHANGELOG.md"
8687

8788
[tool.setuptools.packages.find]
8889
include = ["cloudscraper*"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name = 'cloudscraper',
14-
author = 'Zied Boughdir, VeNoMouS',
14+
author = 'VeNoMouS, Zied Boughdir',
1515
author_email = '[email protected]',
1616
version=VERSION,
1717
packages = ['cloudscraper', 'cloudscraper.captcha', 'cloudscraper.interpreters', 'cloudscraper.user_agent'],

0 commit comments

Comments
 (0)