Skip to content

Commit

Permalink
setup.py: fix plugin name from py.test to pytest-sugar
Browse files Browse the repository at this point in the history
Closes Teemu#136.
  • Loading branch information
EdwardBetts authored and blueyed committed Oct 23, 2018
1 parent edb4fe6 commit fe1e991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def get_version(filename):
setup(
name='pytest-sugar',
description=(
'py.test is a plugin for py.test that changes the default look'
' and feel of py.test (e.g. progressbar, show tests that fail'
' instantly).'
'pytest-sugar is a plugin for pytest that changes the default'
' look and feel of pytest (e.g. progressbar, show tests that'
' fail instantly).'
),
long_description=codecs.open("README.md", encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fe1e991

Please sign in to comment.