Skip to content

Commit

Permalink
Merge pull request #298 from zowe/Refactor-function-definitions
Browse files Browse the repository at this point in the history
Rename Python SDK Bundle
  • Loading branch information
zFernand0 authored Jun 27, 2024
2 parents 167d1ee + 8912538 commit ecf386c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil

### Enhancements

- Rename Python SDK bundle [#286](https://github.com/zowe/zowe-client-python-sdk/issues/286)
- Added logger class to core SDK [#185](https://github.com/zowe/zowe-client-python-sdk/issues/185)
- Added classes for handling `Datasets`, `USSFiles`, and `FileSystems` in favor of the single Files class. [#264](https://github.com/zowe/zowe-client-python-sdk/issues/264)
- Refactored tests into proper folders and files and add more tests [#265](https://github.com/zowe/zowe-client-python-sdk/issues/265)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alternatively, you can choose to install only a single subpackage for a smaller
To install all Zowe SDK packages using pip:

```
pip install -U --pre zowe
pip install -U --pre zowe-python-sdk-bundle
```

Or, to install a subpackage using pip:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install all Zowe SDK packages using pip:

.. code-block::
pip install -U --pre zowe
pip install -U --pre zowe-python-sdk-bundle
To install only a subpackage using pip:

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def resolve_sdk_dep(sdk_name, version_spec):

if __name__ == "__main__":
setup(
name="zowe",
name="zowe-python-sdk-bundle",
version=__version__,
description="Zowe Python SDK",
long_description=open("../README.md", "r").read(),
Expand Down

0 comments on commit ecf386c

Please sign in to comment.