Skip to content

Commit

Permalink
added long description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed Mar 28, 2018
1 parent 44278c9 commit 0a05b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eider
=====

This is the reference Python implementation of the `Eider RPC protocol
<http://eider.readthedocs.io/>`_.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
exec(line)
break

with open('README.rst') as fin:
readme = fin.read()

setup(
name='eider',
version=__version__,
description=(
'An object-oriented, asynchronous, late-binding, web-first, polyglot '
'RPC protocol'),
long_description=readme,
url='https://github.com/eider-rpc/eider-py',
author='Bart Robinson',
author_email='bart@bartrobinson.com',
Expand Down

0 comments on commit 0a05b45

Please sign in to comment.