mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-29 09:57:46 +00:00
Make stuff work on an ubuntu server
This commit is contained in:
parent
3791f0422e
commit
c74047c442
5 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[tool.poetry]
|
||||
name = "MinearchyBot"
|
||||
name = "minearchy-bot"
|
||||
version = "1.0.0"
|
||||
description = "A simple bot for the Lands of Minearchy Discord server."
|
||||
authors = [ "RGBCube", "The Lands of Minearchy team" ]
|
||||
|
@ -18,6 +18,9 @@ isort = "*"
|
|||
unimport = "*"
|
||||
pyright = "*"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
bot = "minearchy_bot.__main__:__main__"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
preview = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue