Skip to content

Commit

Permalink
consistent quotes in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jan 14, 2016
1 parent 4b993f2 commit 4279852
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
setup(
name='django-object-actions',
version='0.6.0',
author="Chris Chang",
author='Chris Chang',
author_email='[email protected]',
url="https://github.com/crccheck/django-object-actions",
url='https://github.com/crccheck/django-object-actions',
packages=[
'django_object_actions',
],
Expand All @@ -16,11 +16,11 @@
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 4 - Beta',
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 4279852

Please sign in to comment.