Skip to content

Commit

Permalink
fix: g-python extension settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa committed Aug 17, 2021
1 parent 779fd25 commit 9751205
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
from gex.common.log import Log
from gex.extension import GExtension

EX_TITLE = "GEX"
EX_DESCRIPTION = "Gex is a tool to manage G-Earth extensions write using G-Python"
EX_AUTHOR = "lpmatos"
EX_INFO = {
"title": "Anti AFK",
"description": "Habbo Anti AFK Mode",
"title": EX_TITLE,
"description": EX_DESCRIPTION,
"version": __version__,
"author": "lpmatos",
"author": "_Python_",
}

EX_SETTINGS = {"use_click_trigger": True, "can_leave": True, "can_delete": True}
Expand Down

0 comments on commit 9751205

Please sign in to comment.