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:
parent
fb63e83312
commit
b0b82aa689
8 changed files with 118 additions and 99 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue