Skip to content

Commit

Permalink
Add VxFlex term to project description
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Ushanov <[email protected]>
  • Loading branch information
gmmephisto committed Feb 19, 2019
1 parent e1aa139 commit 8fcd85d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 10,9 @@ pyscaleio
.. image:: https://copr.fedorainfracloud.org/coprs/miushanov/pyscaleio/package/python-scaleio/status_image/last_build.png
:target: https://copr.fedorainfracloud.org/coprs/miushanov/pyscaleio/package/python-scaleio/

Python library that provides convenient way to interact with ScaleIO REST API.
Python library that provides convenient way to interact with ScaleIO/VxFlex REST API.

- Supported ScaleIO versions: 2.0
- Supported ScaleIO/VxFlex versions: 2.0
- Supported Python versions: 2.6, 2.7, 3.4, 3.5, 3.6

**Library is under development!**
Expand All @@ -23,7 23,7 @@ Features

**Currently supported:**

- Simple API client with base methods according to ScaleIO documentation
- Simple API client with base methods according to ScaleIO/VxFlex documentation
- ORM-like models (StoragePool, Volume, etc.)
- Scheme validation for API responses

Expand Down
4 changes: 2 additions & 2 deletions python-scaleio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 20,12 @@

%global project_name pyscaleio
%global project_description %{expand:
Python library that provides convenient way to interact with ScaleIO REST API.}
Python library that provides convenient way to interact with ScaleIO/VxFlex REST API.}

Name: python-scaleio
Version: 0.1.6
Release: 2%{?dist}
Summary: ScaleIO API client
Summary: ScaleIO/VxFlex API client

Group: Development/Tools
License: Apache Software License 2.0
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
name = pyscaleio
author = Mikhail Ushanov
author-email = [email protected]
summary = ScaleIO API client
summary = ScaleIO/VxFlex API client
description-file = README.rst
home-page = https://github.com/gmmephisto/pyscaleio
license = Apache Software License 2.0
Expand All @@ -22,6 22,7 @@ classifier =
keywords =
emc
scaleio
vxflex

[files]
packages =
Expand Down

0 comments on commit 8fcd85d

Please sign in to comment.