mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 11:19:51 +00:00
Fix the package name
This commit is contained in:
parent
53f84ad7b1
commit
4c3f52bcb9
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue