diff --git a/nomadnet/_version.py b/nomadnet/_version.py index a0235ce..e344246 100644 --- a/nomadnet/_version.py +++ b/nomadnet/_version.py @@ -1 +1 @@ -__version__ = "0.0.2" \ No newline at end of file +__version__ = "0.0.3" \ No newline at end of file diff --git a/setup.py b/setup.py index 10378cb..7c3db33 100644 --- a/setup.py +++ b/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',