Skip to content

Commit

Permalink
trove classifier fix (#6922)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Dec 13, 2018
1 parent 18c346c commit 650ef0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion iam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
name = 'google-cloud-iam'
description = 'IAM Service Account Credentials API client library'
version = '0.1.0'
release_status = '3 - Alpha'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit 650ef0c

Please sign in to comment.