mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user