Include bootstrap-vz-{remote,server} in setup.py

This commit is contained in:
Anders Ingemann 2015-04-19 19:24:13 +02:00
parent db3d2f191a
commit 24f0f071e7

View file

@ -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',