From 78ab8bbfda6119500ab087306fec9dba83b99fd2 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:03:19 +0100 Subject: [PATCH] Rename forked project to python-xbox --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62a33c1..14dc87a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "xbox-webapi" -description = "A library to authenticate with Windows Live/Xbox Live and use their API" +name = "python-xbox" +description = "A library to authenticate with Xbox Network and use their API" authors = [ {name = "OpenXbox"}, ] @@ -29,7 +29,7 @@ classifiers = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/OpenXbox/xbox-webapi-python" +Homepage = "https://github.com/tr4nt0r/python-xbox" [project.scripts] xbox-authenticate = "xbox.webapi.scripts.authenticate:main"