mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
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:
committed by
Christian Decker
parent
daa707d213
commit
59bb6b90ac
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user