mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 21:50:18 +00:00
Added utility entry points
This commit is contained in:
parent
9323fd22ee
commit
858d54f90d
9
setup.py
9
setup.py
@ -20,6 +20,15 @@ setuptools.setup(
|
|||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
entry_points= {
|
||||||
|
'console_scripts': [
|
||||||
|
'rnsd=RNS.Utilities.rnsd:main',
|
||||||
|
'rnsconfig=RNS.Utilities.rnsconfig:main',
|
||||||
|
'rnping=RNS.Utilities.rnping:main',
|
||||||
|
'rnpath=RNS.Utilities.rnpath:main',
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
|
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user