Skip to content

Commit

Permalink
Don't scribble on setup.py harder. (#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Sep 23, 2018
1 parent 3f7e691 commit 0e356e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/google-cloud-kms/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,3 @@
'docs/**/*',
'README.rst',
])

# Set Release Status
release_status = 'Development Status :: 3 - Alpha'
s.replace('setup.py',
'(release_status = )(.*)$',
f"\\1'{release_status}'")
s.replace('setup.py', 'version = .*', f"version = '{client_library_version}'")

0 comments on commit 0e356e0

Please sign in to comment.