mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
Fix #51
This commit is contained in:
parent
4f263a0038
commit
9ce454a818
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user