Skip to content

Commit

Permalink
update sdk from infisicalsdk to infisical_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Aug 19, 2024
1 parent 6f4235c commit 53b487a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "infisicalsdk "
NAME = "infisical_sdk"
VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
Expand All @@ -37,14 +37,9 @@
# coding: utf-8

"""
Infisical API
Infisical SDK
List of all available APIs that can be consumed
The version of the OpenAPI document: 0.0.1
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501

from setuptools import setup, find_packages # noqa: H301
Expand All @@ -55,7 +50,7 @@
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "infisicalsdk"
NAME = "infisical_sdk"
VERSION = "1.0.1"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
Expand All @@ -73,15 +68,15 @@
version=VERSION,
description="Infisical API Client",
author="Infisical",
author_email="team@infisical.com",
url="",
keywords=["Infisical", "Infisical API"],
author_email="support@infisical.com",
url="https://github.com/Infisical/python-sdk-official",
keywords=["Infisical", "Infisical API", "Infisical SDK"],
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
long_description_content_type='text/markdown',
long_description="""\
Infisical API client. To view documentation, please visit []
Infisical SDK client for Python. To view documentation, please visit https://github.com/Infisical/python-sdk-official
""", # noqa: E501
package_data={"infisicalapi_client": ["py.typed"]},
)

0 comments on commit 53b487a

Please sign in to comment.