mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-29 03:00:26 +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(
|
setuptools.setup(
|
||||||
name='sprockets.mixins.avro_publisher',
|
name='sprockets.mixins.avro-publisher',
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
description='Mixin for publishing events to RabbitMQ as avro datums',
|
description='Mixin for publishing events to RabbitMQ as avro datums',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
|
Loading…
Reference in a new issue