mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 10:04:56 -04:00
Fixed console_scripts module path
This commit is contained in:
parent
043e85d464
commit
53139c25f9
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setuptools.setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
entry_points= {
|
||||
'console_scripts': ['nomadnet=nomadnet:main']
|
||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||
},
|
||||
install_requires=['rns>=0.2.0', 'lxmf>=0.0.3', 'urwid>=2.1.2'],
|
||||
python_requires='>=3.5',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue