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 f2e5c05 commit c19df13Copy full SHA for c19df13
README.md
@@ -1,4 +1,4 @@
1
-# XPA (Xbox Python API)
+# Xbox Python API
2
Xbox Python API wrapper based on https://xbl.io.
3
4
## Installation
@@ -30,4 +30,4 @@ presence = xpa.get_presence(xuid="xuid")
30
print(presence.state)
31
```
32
33
-Full documentation can be found [here](docs).
+Full documentation can be found [here](https://github.com/Rarmash/Xbox-Python-API/docs).
setup.py
@@ -9,8 +9,8 @@ def read(f_name):
9
10
setup(
11
name="xbox-python-api",
12
- version="0.1.1",
13
- url="https://github.com/Rarmash/XPA",
+ version="0.1.2",
+ url="https://github.com/Rarmash/Xbox-Python-API",
14
author="Rarmash",
15
description="Xbox API library",
16
packages=find_packages(),
0 commit comments