diff --git a/setup.py b/setup.py index e68979a..4d8493d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,10 @@ setup(name='bootstrap-vz', version=find_version(os.path.join(os.path.dirname(__file__), 'bootstrapvz/__init__.py')), packages=find_packages(), include_package_data=True, - entry_points={'console_scripts': ['bootstrap-vz = bootstrapvz.base:main']}, + entry_points={'console_scripts': ['bootstrap-vz = bootstrapvz.base:main', + 'bootstrap-vz-remote = bootstrapvz.remote.main:main', + 'bootstrap-vz-server = bootstrapvz.remote.server:main', + ]}, install_requires=['termcolor >= 1.1.0', 'fysom >= 1.0.15', 'jsonschema >= 2.3.0',