Add minecraft.networking.types to setup.py to fix #97.

This commit is contained in:
joo 2018-06-25 15:20:05 +01:00
parent bea2222c58
commit 745aa054b0
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ setup(name="minecraft",
"minecraft.networking.packets.serverbound.status",
"minecraft.networking.packets.serverbound.handshake",
"minecraft.networking.packets.serverbound.login",
"minecraft.networking.packets.serverbound.play"],
"minecraft.networking.packets.serverbound.play",
"minecraft.networking.types",
],
keywords=["MineCraft", "networking", "pyCraft", "minecraftdev", "mc"],
classifiers=["Development Status :: 3 - Alpha",
"Intended Audience :: Developers",