Skip to content

Commit

Permalink
Spacing change makes my brain hurt less.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lecocq committed Nov 10, 2011
1 parent f23ff9d commit 89d19a3
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

version = '0.4.0'


LONG_DESCRIPTION = '''
Full documentation (with example code) is at http://github.com/tnm/qr
Expand All @@ -29,22 +28,21 @@
'''


setup(
name='qr',
version=version,
description='Create and work with Redis-powered queues, capped collections, deques, and stacks',
long_description=LONG_DESCRIPTION,
url='http://github.com/tnm/qr',
author='Ted Nyman',
author_email='tnm800@gmail.com',
keywords='Redis, queue, data structures',
license='MIT',
packages=find_packages(),
py_modules=['qr'],
include_package_data=True,
zip_safe=False,
classifiers=[
name = 'qr',
version = version,
description = 'Create and work with Redis-powered queues, capped collections, deques, and stacks',
long_description = LONG_DESCRIPTION,
url = 'http://github.com/tnm/qr',
author = 'Ted Nyman',
author_email = 'tnm800@gmail.com',
keywords = 'Redis, queue, data structures',
license = 'MIT',
packages = find_packages(),
py_modules = ['qr'],
include_package_data = True,
zip_safe = False,
classifiers = [
'Programming Language :: Python',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 89d19a3

Please sign in to comment.