Set the use of ssh tunnel to default value for new settings

This commit is contained in:
2023-01-09 20:01:01 +01:00
parent 1e8200cc55
commit 2039f6cfe2
2 changed files with 6 additions and 6 deletions

View File

@@ -20,14 +20,13 @@ setup(
"zeroconf"
],
entry_points={
'console_scripts': [
'revpicommander = revpicommander.revpicommander:main',
],
'gui_scripts': [
'RevPiCommander = revpicommander.revpicommander:main',
'revpicommander-gui = revpicommander.revpicommander:main',
],
},
platforms=["all"],
url="https://revpimodio.org/revpipyplc/",
license="GPLv3",
author="Sven Sager",
@@ -40,6 +39,7 @@ setup(
"of RevPiPyLoad and do IO checks on your local machine. Developing your\n"
"control program is very easy with the developer, upload and debug it\n"
"over the network.",
keywords=["revpi", "revolution pi", "revpimodio", "plc"],
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],