Skip to content

Commit

Permalink
Remove invalid newlines in package description. Fixes venmo#67
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-lazar committed Nov 15, 2021
1 parent 6c79036 commit 83fcdb6
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 @@ -12,7 +12,8 @@
setuptools.setup(
name='business-rules',
version=version,
description='{0}\n\n{1}'.format(description, history),
description=description,
long_description=history,
author='Venmo',
author_email='open-source@venmo.com',
url='https://github.com/venmo/business-rules',
Expand Down

0 comments on commit 83fcdb6

Please sign in to comment.