Whoops. Need to rename that file.

This commit is contained in:
Yaro Kasear 2025-07-08 20:28:53 -05:00
parent 7f6bdf248c
commit b8763824d8
2 changed files with 2 additions and 1 deletions

17
pyproject.toml Normal file
View 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"]