Skip to content

Commit

Permalink
update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 8, 2015
1 parent 101e0cf commit d3a2c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def read_version(package):
URL = 'https://github.com/zalando-stups/senza'
AUTHOR = 'Henning Jacobs'
EMAIL = 'henning.jacobs@zalando.de'
KEYWORDS = 'aws cloud formation cf elb ec2 stups immutable stacks route53 boto'

COVERAGE_XML = True
COVERAGE_HTML = False
Expand Down Expand Up @@ -203,7 +204,7 @@ def setup_package():
author=AUTHOR,
author_email=EMAIL,
license=LICENSE,
keywords='aws account saml login federated shibboleth',
keywords=KEYWORDS,
long_description=read('README.rst'),
classifiers=CLASSIFIERS,
test_suite='tests',
Expand Down

0 comments on commit d3a2c2d

Please sign in to comment.