Skip to content

Commit

Permalink
fix: Updated LONG_DESCRIPTION and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 16, 2024
1 parent 260a44b commit a990b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LONG_DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Zscaler SDK Python provides a uniform and easy-to-use interface for each of the

Getting Started
---------------
``` $ pip install zscaler-sdk-python ```
``` $ pip install zscaler ```

What you need
--------------------
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def get_version():
license="MIT",
description="Python SDK for the Zscaler API",
long_description=open("LONG_DESCRIPTION.md").read(),
long_description_content_type="text/markdown",
test_suite="tests",
packages=find_packages(exclude=("tests",)),
python_requires=">=3.8",
Expand All @@ -36,7 +37,7 @@ def get_version():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: MIT License",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
Expand Down

0 comments on commit a990b82

Please sign in to comment.