Fix the package name

This commit is contained in:
Gavin M. Roy 2015-09-24 15:01:10 -04:00
parent 53f84ad7b1
commit 4c3f52bcb9

View file

@ -8,7 +8,7 @@ with open(requires) as handle:
setuptools.setup(
name='sprockets.mixins.avro_publisher',
name='sprockets.mixins.avro-publisher',
version='0.1.0',
description='Mixin for publishing events to RabbitMQ as avro datums',
long_description=open('README.rst').read(),