Compare commits

...

1 Commits
0.0.2 ... 0.0.3

Author SHA1 Message Date
Mark Qvist
53139c25f9 Fixed console_scripts module path 2021-05-18 16:45:56 +02:00
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',