diff --git a/cli/__init__.py b/neptune_cli/__init__.py similarity index 100% rename from cli/__init__.py rename to neptune_cli/__init__.py diff --git a/cli/main.py b/neptune_cli/main.py similarity index 100% rename from cli/main.py rename to neptune_cli/main.py diff --git a/setup.py b/setup.py index 838699540..5410231ac 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def main(): cmdclass=versioneer.get_cmdclass(), entry_points={ 'console_scripts': [ - 'neptune = cli.main:main', + 'neptune = neptune_cli.main:main', ], }, classifiers=[