Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hanweg committed Dec 28, 2024
1 parent c345292 commit 035070f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name = "mcp-discord"
version = "0.1.0"
description = "Discord integration for Model Context Protocol"
authors = [
{name = "Your Name", email = "hanwegaltimer@outlook.com"},
{name = "Your Name", email = "your.email@example.com"},
]
dependencies = [
"discord.py>=2.3.0",
"modelcontextprotocol>=0.1.0",
"mcp>=0.1.0",
]
requires-python = ">=3.10"
readme = "README.md"
license = {file = "LICENSE"}

[project.urls]
Homepage = "https://github.com/hanwegaltimer/mcp-discord"
Repository = "https://github.com/hanwegaltimer/mcp-discord.git"
Homepage = "https://github.com/yourusername/mcp-discord"
Repository = "https://github.com/yourusername/mcp-discord.git"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
discord.py>=2.3.0
modelcontextprotocol>=0.1.0
mcp>=0.1.0

0 comments on commit 035070f

Please sign in to comment.