From 28bc91bdeaf676b6985b6f18d6134e1e4155dcab Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 26 Oct 2014 17:40:17 -0400 Subject: [PATCH] update project description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df731f4..5847097 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("./requirements.txt") as fp: setup( name="greenrpc", version=__version__, - description="msgpack TCP & HTTP RPC Servers written with gevent", + description="TCP & HTTP RPC Servers written with msgpack and gevent", author="Brett Langdon", author_email="brett@blangdon.com", url="https://github.com/brettlangdon/greenrpc",