mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-03-11 22:19:24 +01:00
Add minecraft.networking.types to setup.py to fix #97.
This commit is contained in:
parent
bea2222c58
commit
745aa054b0
4
setup.py
4
setup.py
@ -34,7 +34,9 @@ setup(name="minecraft",
|
|||||||
"minecraft.networking.packets.serverbound.status",
|
"minecraft.networking.packets.serverbound.status",
|
||||||
"minecraft.networking.packets.serverbound.handshake",
|
"minecraft.networking.packets.serverbound.handshake",
|
||||||
"minecraft.networking.packets.serverbound.login",
|
"minecraft.networking.packets.serverbound.login",
|
||||||
"minecraft.networking.packets.serverbound.play"],
|
"minecraft.networking.packets.serverbound.play",
|
||||||
|
"minecraft.networking.types",
|
||||||
|
],
|
||||||
keywords=["MineCraft", "networking", "pyCraft", "minecraftdev", "mc"],
|
keywords=["MineCraft", "networking", "pyCraft", "minecraftdev", "mc"],
|
||||||
classifiers=["Development Status :: 3 - Alpha",
|
classifiers=["Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
Loading…
Reference in New Issue
Block a user