Fixed import name errors
This commit is contained in:
parent
2720991a12
commit
2c1b1491e0
@ -2,7 +2,7 @@
|
|||||||
Getting Minecraft Player Information from Mojang API.
|
Getting Minecraft Player Information from Mojang API.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. `pip install mcuuid` OR add the mcuuid.py file to your Python path.
|
1. `pip install mcuuid`
|
||||||
2. Use the module like this:
|
2. Use the module like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
name = "mcuuid"
|
name = "mcuuid"
|
||||||
from mcuuid import GetPlayerData
|
from mcuuid.mcuuid import GetPlayerData
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="mcuuid",
|
name="mcuuid",
|
||||||
version="0.1",
|
version="0.1.1",
|
||||||
author="Clemens Riese",
|
author="Clemens Riese",
|
||||||
author_email="hallo@clerie.de",
|
author_email="hallo@clerie.de",
|
||||||
description="Getting Minecraft Player Information from Mojang API.",
|
description="Getting Minecraft Player Information from Mojang API.",
|
||||||
|
Loading…
Reference in New Issue
Block a user