This commit is contained in:
Danil Yarancev 2016-10-19 14:11:22 +03:00 committed by joo
parent 4f263a0038
commit 9ce454a818

View File

@ -21,7 +21,7 @@ setup(name="minecraft",
url=URL,
download_url=URL + "/tarball/" + __version__,
author=", ".join(MAIN_AUTHORS),
packages=["minecraft"],
packages=["minecraft", "minecraft.networking"],
keywords=["MineCraft", "networking", "pyCraft", "minecraftdev", "mc"],
classifiers=["Development Status :: 3 - Alpha",
"Intended Audience :: Developers",