mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-15 09:49:36 -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
|
@ -1 +1 @@
|
||||||
__version__ = "0.0.2"
|
__version__ = "0.0.3"
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setuptools.setup(
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
entry_points= {
|
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'],
|
install_requires=['rns>=0.2.0', 'lxmf>=0.0.3', 'urwid>=2.1.2'],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue