Update pyproject
This commit is contained in:
@ -42,11 +42,13 @@ reportUnusedCallResult = false
|
||||
reportExplicitAny = false
|
||||
executionEnvironments = [
|
||||
{ root = "packages/sshecret_client" },
|
||||
{ root = "packages/sshecret_backend" },
|
||||
{ root = "packages/sshecret-backend" },
|
||||
{ root = "packages/sshecret-sshd" },
|
||||
{ root = "packages/sshecret-admin" },
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["packages/sshecret_client", "packages/sshecret-backend", "packages/sshecret-sshd"]
|
||||
members = ["packages/sshecret_client", "packages/sshecret-backend", "packages/sshecret-sshd", "packages/sshecret-admin"]
|
||||
|
||||
[tool.uv.sources]
|
||||
click-shell = { git = "https://github.com/clarkperkins/click-shell" }
|
||||
|
||||
Reference in New Issue
Block a user