DEV_semaphore/.platformio/packages/tool-esptoolpy/MANIFEST.in

11 lines
270 B
Plaintext

include README.md
include LICENSE
include esptool/targets/stub_flasher/*.json
# sdist includes test/test*.py by default, but esptool.py tests
# are so far only intended to run from the git repo itself
prune test
prune flasher_stub
prune .github
prune docs
exclude .git*