Improved package handling
This commit is contained in:
parent
613cac3687
commit
2720991a12
@ -2,7 +2,7 @@
|
|||||||
Getting Minecraft Player Information from Mojang API.
|
Getting Minecraft Player Information from Mojang API.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Add the mcuuid.py file to your Python path.
|
1. `pip install mcuuid` OR add the mcuuid.py file to your Python path.
|
||||||
2. Use the module like this:
|
2. Use the module like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -1 +1,2 @@
|
|||||||
name = "mcuuid"
|
name = "mcuuid"
|
||||||
|
from 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.0.1",
|
version="0.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