pyln: new module pyln.proto.message.bolts

This contains the CSVs for the current bolts (autogenerated).  It's a
separate module because I expect it to be updated alongside the spec.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: pyln: new module pyln.proto.message.bolts
This commit is contained in:
Rusty Russell
2020-06-04 12:15:16 +09:30
committed by Christian Decker
parent daa707d213
commit 59bb6b90ac
5 changed files with 367 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ setup(name='pyln-proto',
author='Christian Decker',
author_email='decker.christian@gmail.com',
license='MIT',
packages=['pyln.proto', 'pyln.proto.message'],
packages=['pyln.proto', 'pyln.proto.message', 'pyln.proto.message.bolts'],
scripts=[],
zip_safe=True,
install_requires=requirements)