We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
azure-sdk-tools
pyproject.toml
MANIFEST.in
1 parent c4f970d commit 5a7eca5Copy full SHA for 5a7eca5
eng/tools/azure-sdk-tools/MANIFEST.in
@@ -1 +1,2 @@
1
-include ci_tools/deps.html.j2
+include ci_tools/deps.html.j2
2
+prune build
eng/tools/azure-sdk-tools/pyproject.toml
@@ -60,7 +60,7 @@ include-package-data = true
60
61
[tool.setuptools.packages.find]
62
where = ["."]
63
-exclude = ["tests*"]
+exclude = ["tests*", "build*"]
64
65
[tool.black]
66
line-length=120
0 commit comments