mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 02:43:11 +08:00
13 lines
246 B
Plaintext
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*
|
|
|
|
|