Skip to content

Commit 6c3b5bd

Browse files
authored
chore: consolidate project configuration (#86)
- Remove root py.typed (only stackone_ai/py.typed is needed for PEP 561) - Remove redundant shared-data section from hatch build config - Migrate uv.toml settings to [tool.uv] section in pyproject.toml
1 parent 4cf907a commit 6c3b5bd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

py.typed

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ packages = ["stackone_ai"]
3636
[tool.hatch.build.targets.wheel.force-include]
3737
"stackone_ai/py.typed" = "stackone_ai/py.typed"
3838

39-
[tool.hatch.build.targets.wheel.shared-data]
40-
"py.typed" = "py.typed"
41-
4239
[project.optional-dependencies]
4340
mcp = [
4441
"mcp>=1.3.0",
@@ -115,3 +112,6 @@ output = "coverage/coverage.json"
115112

116113
[tool.coverage.html]
117114
directory = "coverage/html"
115+
116+
[tool.uv]
117+
link-mode = "clone"

uv.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)