Skip to content

Commit c2d76ea

Browse files
committed
change src layout
1 parent fbc1992 commit c2d76ea

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: test format lint typecheck check
22

33
test:
4+
pip install -e .
45
pytest
56

67
format:
@@ -15,7 +16,7 @@ lint:
1516
ruff check .
1617

1718
typecheck:
18-
mypy mcp_shell_server tests
19+
mypy src/mcp_shell_server tests
1920

2021
# Run all checks required before pushing
2122
check: lint typecheck test

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,7 @@ profile = "black"
6565
line_length = 88
6666

6767
[tool.hatch.version]
68-
path = "mcp_shell_server/version.py"
68+
path = "src/mcp_shell_server/version.py"
69+
70+
[tool.hatch.build.targets.wheel]
71+
packages = ["src/mcp_shell_server"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)