Skip to content

Commit c19df13

Browse files
committed
Fixed setup.py and README.md
1 parent f2e5c05 commit c19df13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XPA (Xbox Python API)
1+
# Xbox Python API
22
Xbox Python API wrapper based on https://xbl.io.
33

44
## Installation
@@ -30,4 +30,4 @@ presence = xpa.get_presence(xuid="xuid")
3030
print(presence.state)
3131
```
3232

33-
Full documentation can be found [here](docs).
33+
Full documentation can be found [here](https://github.com/Rarmash/Xbox-Python-API/docs).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def read(f_name):
99

1010
setup(
1111
name="xbox-python-api",
12-
version="0.1.1",
13-
url="https://github.com/Rarmash/XPA",
12+
version="0.1.2",
13+
url="https://github.com/Rarmash/Xbox-Python-API",
1414
author="Rarmash",
1515
description="Xbox API library",
1616
packages=find_packages(),

0 commit comments

Comments
 (0)