mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Include bootstrap-vz-{remote,server} in setup.py
This commit is contained in:
parent
db3d2f191a
commit
24f0f071e7
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -15,7 +15,10 @@ setup(name='bootstrap-vz',
|
||||||
version=find_version(os.path.join(os.path.dirname(__file__), 'bootstrapvz/__init__.py')),
|
version=find_version(os.path.join(os.path.dirname(__file__), 'bootstrapvz/__init__.py')),
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
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',
|
install_requires=['termcolor >= 1.1.0',
|
||||||
'fysom >= 1.0.15',
|
'fysom >= 1.0.15',
|
||||||
'jsonschema >= 2.3.0',
|
'jsonschema >= 2.3.0',
|
||||||
|
|
Loading…
Add table
Reference in a new issue