Skip to content

Commit 78ab8bb

Browse files
committed
Rename forked project to python-xbox
1 parent 849974c commit 78ab8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "xbox-webapi"
3-
description = "A library to authenticate with Windows Live/Xbox Live and use their API"
2+
name = "python-xbox"
3+
description = "A library to authenticate with Xbox Network and use their API"
44
authors = [
55
{name = "OpenXbox"},
66
]
@@ -29,7 +29,7 @@ classifiers = [
2929
dynamic = ["version"]
3030

3131
[project.urls]
32-
Homepage = "https://github.com/OpenXbox/xbox-webapi-python"
32+
Homepage = "https://github.com/tr4nt0r/python-xbox"
3333

3434
[project.scripts]
3535
xbox-authenticate = "xbox.webapi.scripts.authenticate:main"

0 commit comments

Comments
 (0)