Whoops. Need to rename that file.
This commit is contained in:
parent
7f6bdf248c
commit
b8763824d8
2 changed files with 2 additions and 1 deletions
17
project.toml
17
project.toml
|
|
@ -1,17 +0,0 @@
|
|||
[project]
|
||||
name = "muck_discord_bot"
|
||||
version = "0.0.1"
|
||||
description = "A bot for connecting Discord to a MUCK."
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"python-dotenv",
|
||||
"discord.py",
|
||||
"telnetlib3"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tools.setuptools]
|
||||
packages = ["muck_discord_bot"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue