Fixed console_scripts module path

This commit is contained in:
Mark Qvist 2021-05-18 16:45:56 +02:00
parent 043e85d464
commit 53139c25f9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

View File

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