Browse Source

fix(code-runtime-python): declare the MIT license the package gate requires

master added verify-dsh-package-licenses while this branch was open: every
repository-owned DSH package must declare "license": "MIT". This package
carried BSD-3-Clause from its creation, so the gate failed and took the
required "node 24 / static" lane down with it.
Chinesezjc 1 tháng trước cách đây
mục cha
commit
a95171b084
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/code-runtime/code-runtime-python/package.json

+ 1 - 1
packages/code-runtime/code-runtime-python/package.json

@@ -30,7 +30,7 @@
     "py/**/*.py",
     "lib/types/**/*.d.ts"
   ],
-  "license": "BSD-3-Clause",
+  "license": "MIT",
   "peerDependencies": {
     "@deepseek-ai/dsh-invariants": "workspace:^",
     "@deepseek-ai/cordis": "workspace:^"