From a70fbd5023a54ccbb6fbe0a7a4057cf42523bd88 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Thu, 24 Sep 2015 15:10:21 -0400 Subject: [PATCH] Fix the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78236cb..1314a51 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( version='0.1.0', description='Mixin for publishing events to RabbitMQ as avro datums', long_description=open('README.rst').read(), - url='https://github.com/sprockets/sprockets.mixins.amqp', + url='https://github.com/sprockets/sprockets.mixins.avro-publisher', author='AWeber Communications, Inc.', author_email='api@aweber.com', license='BSD',