Skip to content

Commit ed5f44a

Browse files
authored
Merge pull request #46 from Infisical/daniel/update-desc
update sdk setup
2 parents e691bdc + 8b614cd commit ed5f44a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@
2828
setup(
2929
name=NAME,
3030
version=VERSION,
31-
description="Infisical API Client",
31+
description="Official Infisical SDK for Python (Latest)",
3232
author="Infisical",
3333
author_email="[email protected]",
3434
url="https://github.com/Infisical/python-sdk-official",
35-
keywords=["Infisical", "Infisical API", "Infisical SDK"],
35+
keywords=["Infisical", "Infisical API", "Infisical SDK", "SDK", "Secrets Management"],
3636
install_requires=REQUIRES,
3737
packages=find_packages(exclude=["test", "tests"]),
3838
include_package_data=True,
3939
long_description_content_type='text/markdown',
4040
long_description="""\
41-
Infisical SDK client for Python. To view documentation, please visit https://github.com/Infisical/python-sdk-official
41+
The official Infisical SDK for Python.
42+
Documentation can be found at https://github.com/Infisical/python-sdk-official
4243
""", # noqa: E501
4344
package_data={"infisicalapi_client": ["py.typed"]},
4445
)

0 commit comments

Comments
 (0)