Skip to content

Commit

Permalink
Merge pull request #111 from whiteinge/pypi-description
Browse files Browse the repository at this point in the history
PyPI no longer allows multi-line descriptions
  • Loading branch information
gtmanfred authored Dec 1, 2017
2 parents 4144935 + 63350f2 commit d23850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup_kwargs = {
'name': 'salt-pepper',
'description': __doc__,
'description': __doc__.strip(),
'author': 'Seth House',
'author_email': '[email protected]',
'url': 'http://saltstack.com',
Expand Down

0 comments on commit d23850c

Please sign in to comment.