Skip to content

Commit b028ed4

Browse files
authored
chore: uvx package management (#27)
1 parent 10a2490 commit b028ed4

File tree

2 files changed

+122
-122
lines changed

2 files changed

+122
-122
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-github-pr-issue-analyser"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "MCP GitHub Issues Create/Update and PR Analyse"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -13,7 +13,7 @@ dependencies = [
1313
]
1414

1515
[project.scripts]
16-
mcp-github-pr-issue-analyser = "src.issues_pr_analyser:main"
16+
mcp-github-pr-issue-analyser = "issues_pr_analyser:main"
1717

1818
[project.urls]
1919
Homepage = "https://github.com/saidsef/mcp-github-pr-issue-analyser"

0 commit comments

Comments
 (0)