Skip to content

Commit

Permalink
Half the quotes, double the fun
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkz authored Mar 21, 2017
1 parent f1564b7 commit 11cdbfd
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 @@ -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='[email protected]',
url='https://github.com/blancltd/pycofecms',
packages=[
Expand All @@ -32,7 +32,7 @@
'cofecms'},
include_package_data=True,
install_requires=requirements,
license="BSD license",
license='BSD license',
zip_safe=False,
keywords='cofecms',
classifiers=[
Expand Down

0 comments on commit 11cdbfd

Please sign in to comment.