From 1c703110ab1bee6e4ed242cc2598194eeeccd7c3 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 20 Feb 2017 19:16:12 -0600 Subject: Fix string delimiters in setup.py description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cae6330..405fcc2 100644 --- a/setup.py +++ b/setup.py @@ -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 -- cgit v1.2.1