[project] name = "minearchy_bot" description = "A simple Discord bot for the Lands of Minearchy Discord server." version = "0.0.1" requires-python = ">=3.10" authors = [ { name = "RGBCube", email = "git@rgbcu.be" } ] urls.repository = "https://github.com/RGBCube/minearchy-bot" readme = "README.md" license.text = "GPL-3.0-or-later" # TODO: jishaku dependencies = [ "discord-py>=2.5.2", "mcstatus>=11.1.1" ] [project.scripts] minearchy-bot = "minearchy_bot.__main__:main"