We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849974c commit 78ab8bbCopy full SHA for 78ab8bb
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
-name = "xbox-webapi"
3
-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"
4
authors = [
5
{name = "OpenXbox"},
6
]
@@ -29,7 +29,7 @@ classifiers = [
29
dynamic = ["version"]
30
31
[project.urls]
32
-Homepage = "https://github.com/OpenXbox/xbox-webapi-python"
+Homepage = "https://github.com/tr4nt0r/python-xbox"
33
34
[project.scripts]
35
xbox-authenticate = "xbox.webapi.scripts.authenticate:main"
0 commit comments