-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
123 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
package/cloudshell/tests/test_common/test_utilities/test_command_wrapper.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,25 @@ | |
with open('requirements.txt') as f_required: | ||
required = f_required.read().splitlines() | ||
|
||
|
||
setup( | ||
name="cloudshell-cp-vcenter", | ||
author="Quali", | ||
author_email="[email protected]", | ||
description=("This shell enables setting up vCenter as a cloud provider in" | ||
"CloudShell. It supports connectivity, deployment and management operations" | ||
"used for Cloudshel sanboxes."), | ||
packages=find_packages(), | ||
test_suite='nose.collector', | ||
test_requires=['Nose'], | ||
package_data={'': ['*.txt']}, | ||
install_requires=required, | ||
version=version_from_file, | ||
include_package_data=True, | ||
keywords = "sandbox cloud virtualization vcenter cmp cloudshell", | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Topic :: Software Development :: Libraries", | ||
"License :: OSI Approved :: Apache Software License", | ||
] | ||
name="cloudshell-cp-vcenter", | ||
author="Quali", | ||
author_email="[email protected]", | ||
description=("This shell enables setting up vCenter as a cloud provider in" | ||
"CloudShell. It supports connectivity, deployment and management operations" | ||
"used for Cloudshel sanboxes."), | ||
packages=find_packages(), | ||
test_suite='nose.collector', | ||
test_requires=['Nose'], | ||
package_data={'': ['*.txt']}, | ||
install_requires=required, | ||
version=version_from_file, | ||
include_package_data=True, | ||
keywords="sandbox cloud virtualization vcenter cmp cloudshell", | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Topic :: Software Development :: Libraries", | ||
"License :: OSI Approved :: Apache Software License", | ||
] | ||
|
||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters