-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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__ = "[email protected], [email protected], [email protected]" | ||
|