We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b8f17 commit 3b706acCopy full SHA for 3b706ac
1 file changed
pyproject.toml
@@ -5,6 +5,9 @@ description = "Client for Debug Adapter Protocol"
5
authors = ["Billy <billydevbusiness@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
+packages = [
9
+ { include = "dap" }
10
+]
11
12
[tool.poetry.dependencies]
13
python = "^3.12"
0 commit comments