diff options
author | 2021-03-10 18:59:59 +0000 | |
---|---|---|
committer | 2021-03-10 18:59:59 +0000 | |
commit | 1cb0b203bb3af2f9377786aae672593783946314 (patch) | |
tree | ac577a2c6314d3fa4700f6232b8082f2fb26fcb4 | |
parent | Annotate Dockerfile (diff) |
Change authors value in pyproject.toml
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b342f7c1..49ca5f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sir-lancebot" version = "0.1.0" description = "A Discord bot designed as a fun and beginner-friendly learning environment for writing bot features and learning open-source." -authors = ["Your Name <[email protected]>"] +authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] |