Skip to content

Commit

Permalink
fixed W503 error
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 23, 2015
1 parent 037bb88 commit 863a0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,8 +8,8 @@
if os.path.isfile('README.rst'):
long_description = open('README.rst').read()
else:
long_description = ('See http://pypi.python.org/pypi/'
+ metadata.__package_name__)
long_description = ('See http://pypi.python.org/pypi/' +
metadata.__package_name__)


class PyTest(TestCommand):
Expand Down

0 comments on commit 863a0bf

Please sign in to comment.