Skip to content

Commit c8f76b2

Browse files
authored
KMS: exclude 'setup.py' from synth. (#6038)
See: #6037
1 parent 16a358e commit c8f76b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kms/synth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
s.move(
3434
library,
3535
excludes=[
36+
'setup.py',
3637
'docs/**/*',
3738
'README.rst',
3839
])

0 commit comments

Comments
 (0)