We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d942d4 commit d87af41Copy full SHA for d87af41
1 file changed
python/pyproject.toml
@@ -41,8 +41,11 @@ dev = [
41
"httpx>=0.24.0",
42
]
43
44
-[tool.setuptools]
45
-packages = ["copilot"]
+# Use find with a glob so that the copilot.bin subpackage (created dynamically
+# by scripts/build-wheels.mjs during publishing) is included in platform wheels.
46
+[tool.setuptools.packages.find]
47
+where = ["."]
48
+include = ["copilot*"]
49
50
[tool.ruff]
51
line-length = 100
0 commit comments