Skip to content

Commit

Permalink
Last ditch effort to satisfy pythonpackages.com and work around brain…
Browse files Browse the repository at this point in the history
…dead PyPI nonsense.
  • Loading branch information
bkjones committed Feb 22, 2012
1 parent 5c080c6 commit b9c3ee4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
from setuptools import setup, find_packages

version = '1.0.1'
version = '1.0.2'

setup(name='bunnyq',
version=version,
description="A command shell and CLI app for testing/administering RabbitMQ " \
"using its RESTful HTTP Management API.",
summary="A command shell for testing/administering RabbitMQ " \
"using its RESTful HTTP Management API.",
long_description="A command shell and CLI app for testing/administering RabbitMQ " \
"using its RESTful HTTP Management API.",
docs_url='http://github.com/bkjones/bunnyq',
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit b9c3ee4

Please sign in to comment.