From 11cdbfdd077e7893307d5af75c334762e6c14c57 Mon Sep 17 00:00:00 2001 From: Stephen Hawkes Date: Tue, 21 Mar 2017 13:02:50 +0000 Subject: [PATCH] Half the quotes, double the fun --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 90adb52..f8101db 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,9 @@ setup( name='pycofecms', version='0.1.0', - description="Church of England CMS API Client", + description='Church of England CMS API Client', long_description=readme + '\n\n' + history, - author="Blanc Ltd.", + author='Blanc Ltd.', author_email='studio@blanc.ltd.uk', url='https://github.com/blancltd/pycofecms', packages=[ @@ -32,7 +32,7 @@ 'cofecms'}, include_package_data=True, install_requires=requirements, - license="BSD license", + license='BSD license', zip_safe=False, keywords='cofecms', classifiers=[