Files
esptool/MANIFEST.in
2021-11-05 13:12:49 +01:00

13 lines
246 B
Plaintext

include README.md
include LICENSE
# 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*
exclude MANIFEST*