1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-29 09:57:46 +00:00

feat: package with nix and docker

This commit is contained in:
RGBCube 2025-04-11 21:20:48 +03:00
parent fb63e83312
commit b0b82aa689
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
8 changed files with 118 additions and 99 deletions

View file

@ -6,6 +6,10 @@ requires-python = ">=3.10"
authors = [ { name = "RGBCube", email = "git@rgbcu.be" } ]
urls.repository = "https://github.com/RGBCube/minearchy-bot"
readme = "README.md"
license = "GPL-3.0-or-later"
license.text = "GPL-3.0-or-later"
dependencies = [ "discord-py>=2.5.2", "jishaku>=2.6.0", "mcstatus>=11.1.1" ]
# TODO: jishaku
dependencies = [ "discord-py>=2.5.2", "mcstatus>=11.1.1" ]
[project.scripts]
minearchy-bot = "minearchy_bot.__main__:main"