1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 17:07:45 +00:00
minearchy-bot/pyproject.toml

15 lines
517 B
TOML

[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"