First commit.
This commit is contained in:
commit
7f6bdf248c
6 changed files with 365 additions and 0 deletions
17
project.toml
Normal file
17
project.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[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