Skip to content

Commit

Permalink
Fixed formatting of long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Jan 6, 2021
1 parent aeed352 commit d665a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
sys.exit()

readme = open('README.rst').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')

setup(
name='django-functest',
version=version,
description="""Helpers for creating functional tests in Django, with a unified API for WebTest and Selenium tests.""", # noqa
long_description=readme + '\n\n' + history,
long_description=readme,
author='Luke Plant',
author_email='L.Plant.98@cantab.net',
url='https://github.com/django-functest/django-functest',
Expand Down

0 comments on commit d665a52

Please sign in to comment.