diff --git a/gdpc/__init__.py b/gdpc/__init__.py index c22095d..5733f51 100644 --- a/gdpc/__init__.py +++ b/gdpc/__init__.py @@ -1,11 +1,11 @@ """ -The Generative Design Python Client is a Python-based interface for the -Minecraft HTTP Interface mod. +The Generative Design Python Client (GDPC) is a Python-based framework for the +Minecraft GDMC HTTP Interface mod. It was created for use in the Generative Design in Minecraft Competition (GDMC). """ __title__ = "gdpc" -__description__ = "The Generative Design Python Client is a Python-based interface for the Minecraft HTTP Interface mod.\nIt was created for use in the Generative Design in Minecraft Competition (GDMC)." +__description__ = "The Generative Design Python Client (GDPC) is a Python-based interface for the Minecraft GDMC HTTP Interface mod.\nIt was created for use in the Generative Design in Minecraft Competition (GDMC)." __url__ = "https://github.com/avdstaaij/gdpc" __author__ = "Arthur van der Staaij, Blinkenlights, Nils Gawlik" __author_email__ = "arthurvanderstaaij@gmail.com, blinkenlights@pm.me, nilsgawlik@gmx.de"