Skip to content

Commit

Permalink
Tweak setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jul 13, 2020
1 parent 8e87a62 commit 5a144fc
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 @@ -8,7 +8,7 @@ def long_description():

for filename in ['README.rst', 'CHANGELOG.rst']:
with codecs.open(filename, encoding='utf8') as f:
result += f.read()
result += f.read() + '\n'

return result

Expand All @@ -19,6 +19,7 @@ def long_description():
version='0.7',
description='Render a particular block from a template to a string.',
long_description=long_description(),
long_description_content_type='text/x-rst',
author='Patrick Cloke',
author_email='[email protected]',
url='https://github.com/clokep/django-render-block',
Expand Down

0 comments on commit 5a144fc

Please sign in to comment.