Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit eaa23c1

Browse files
authored
build: exclude README from generated code (#117)
1 parent 9c7ed28 commit eaa23c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
),
3838
include_protos=True,
3939
)
40-
s.move(library, excludes=["*.tar.gz", "setup.py", "docs/index.rst"])
40+
s.move(library, excludes=["*.tar.gz", "docs/index.rst", "README.rst", "setup.py"])
4141

4242

4343
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)