pylightning: Add some more documentation for the python lib

It was looking a bit minimal on pypi :-)

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2019-02-19 20:50:38 +01:00
parent 816f20d1c0
commit 04ffa5a413
2 changed files with 67 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
from setuptools import setup
with open('README.md', encoding='utf-8') as f:
long_description = f.read()
setup(name='pylightning',
version='0.0.6',
description='Client library for lightningd',
long_description=long_description,
long_description_content_type='text/markdown',
url='http://github.com/ElementsProject/lightning',
author='Christian Decker',
author_email='decker.christian@gmail.com',