Skip to content

Commit

Permalink
Merge pull request #86 from adamjstewart/fixes/setup-description
Browse files Browse the repository at this point in the history
Fix string delimiters in setup.py description
  • Loading branch information
zoofood committed Feb 23, 2017
2 parents 0881110 + 1c70311 commit 0336c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,8 +20,8 @@ def read(fname):
setup(
name='appdirs',
version=appdirs.__version__,
description='A small Python module for determining appropriate " + \
"platform-specific dirs, e.g. a "user data dir".',
description='A small Python module for determining appropriate ' + \
'platform-specific dirs, e.g. a "user data dir".',
long_description=read('README.rst') + '\n' + read('CHANGES.rst'),
classifiers=[c.strip() for c in """
Development Status :: 4 - Beta
Expand Down

0 comments on commit 0336c77

Please sign in to comment.