add manifest file to include config template

This commit is contained in:
bitromortac 2019-09-25 06:44:18 +02:00
parent bb9ed4da0b
commit d18ae38625
3 changed files with 3 additions and 1 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
global-exclude *.py[cod] __pycache__
include lndmanage/templates/config_sample.ini

View file

@ -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':

View file

@ -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",