Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianOellegaard committed Nov 1, 2014
1 parent 9aad8ed commit 881651b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -3,11 +3,11 @@
from motorway import version

setup(
name = 'livestats-data-pipeline',
name = 'motorway',
version = version,
description = '',
description = 'Real-time ZMQ-based pure python data pipeline',
author = u'Kristian Øllegaard',
author_email = 'kristian@livesystems.info',
author_email = 'kristian@plecto.com',
zip_safe=False,
include_package_data = True,
packages = find_packages(exclude=[]),
Expand Down

0 comments on commit 881651b

Please sign in to comment.