Browse Source

update project description

master
Brett Langdon 11 years ago
parent
commit
28bc91bdea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -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",


Loading…
Cancel
Save