mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
add manifest file to include config template
This commit is contained in:
parent
bb9ed4da0b
commit
d18ae38625
3 changed files with 3 additions and 1 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
global-exclude *.py[cod] __pycache__
|
||||
include lndmanage/templates/config_sample.ini
|
||||
|
|
@ -278,7 +278,6 @@ def main():
|
|||
|
||||
# config.ini is expected to be in home/.lndmanage directory
|
||||
config_file = os.path.join(settings.home_dir, 'config.ini')
|
||||
print(config_file)
|
||||
node = LndNode(config_file=config_file)
|
||||
|
||||
if args.cmd == 'status':
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -37,6 +37,7 @@ setuptools.setup(
|
|||
'python-dateutil==2.8.0',
|
||||
'six==1.12.0',
|
||||
],
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue