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.
1 parent 5de78d3 commit 908d0b5Copy full SHA for 908d0b5
pyproject.toml
@@ -69,7 +69,7 @@
69
"*" = ["esptool/targets/stub_flasher/1/*", "esptool/targets/stub_flasher/2/*"]
70
71
[tool.setuptools.packages]
72
- find = {exclude = ["ci", "flasher_stub", "test", "docs"]}
+ find = {exclude = ["ci*", "test*", "docs*"]}
73
74
[tool.setuptools.dynamic]
75
version = {attr = "esptool.__init__.__version__"}
0 commit comments