We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bfae3 commit 1a03236Copy full SHA for 1a03236
pyproject.toml
@@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta"
38
packages = ["hummingbot_mcp"]
39
40
[tool.setuptools.package-data]
41
-hummingbot_mcp = ["../scripts/*.sh"]
+hummingbot_mcp = ["../scripts/*.sh", "guides/*.md"]
42
43
[tool.ruff]
44
line-length = 140
0 commit comments