Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
remove classifiers metadata (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored Mar 10, 2020
1 parent c9827ca commit 61afa75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure VMWare Solution by Virtustream Extension
# Azure VMware Solution by Virtustream Extension

The Azure CLI extension for Azure VMWare Solution by Virtustream is an extension for Azure CLI 2.0.
The Azure CLI extension for Azure VMware Solution by Virtustream is an extension for Azure CLI 2.0.

## Install
You can download the latest extension from the [releases](https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases) page. Is a python whl file that can be downloaded and then installed with `az extension add`, for example:
Expand Down
21 changes: 3 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,22 @@
# from distutils import log as logger
# logger.warn("Wheel is not available, disabling bdist_wheel hook")

VERSION = "0.5.1"
VERSION = "0.5.2"

# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
# 'azure-cli-core'
]

CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
]
setup(
name='azure-vmware-virtustream-cli-extension',
version=VERSION,
description='Preview Azure VMWare Solution by Virtustream commands.',
long_description='Additional commands providing support for preview Azure VMWare Solution by Virtustream features.',
description='Preview Azure VMware Solution by Virtustream commands.',
long_description='Additional commands providing support for preview Azure VMware Solution by Virtustream features.',
license='MIT',
author='Virtustream',
author_email='[email protected]',
url='https://github.com/virtustream/azure-vmware-virtustream-cli-extension',
classifiers=CLASSIFIERS,
packages=find_packages(exclude=["tests"]),
install_requires=DEPENDENCIES,
package_data={'azext_vmware': ['azext_metadata.json']}
Expand Down

0 comments on commit 61afa75

Please sign in to comment.