Skip to content

Commit 648def9

Browse files
authored
fix: package structure uvx (#23)
1 parent 2179e0b commit 648def9

File tree

2 files changed

+123
-123
lines changed

2 files changed

+123
-123
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-github-pr-issue-analyser"
3-
version = "1.6.3"
3+
version = "1.6.4"
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 = "issues_pr_analyser:main"
16+
mcp-github-pr-issue-analyser = "mcp_github_pr_issue_analyser.issues_pr_analyser:main"
1717

1818
[project.urls]
1919
Homepage = "https://github.com/saidsef/mcp-github-pr-issue-analyser"
@@ -23,7 +23,7 @@ Issues = "https://github.com/saidsef/mcp-github-pr-issue-analyser/issues"
2323
# Configure package/module discovery
2424
[tool.setuptools.packages.find]
2525
where = ["."] # Look in the project root directory
26-
include = ["issues_pr_analyser", "ip_integration", "github_integration"] # Specify modules to include
26+
include = ["mcp_github_pr_issue_analyser*", "issues_pr_analyser", "ip_integration", "github_integration"] # Specify modules to include
2727

2828
[build-system]
2929
requires = ["setuptools>=61.0","uv>=0.7.6"]

0 commit comments

Comments
 (0)