diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..00f3657 Binary files /dev/null and b/.DS_Store differ diff --git a/abdm/__pycache__/__init__.cpython-311.pyc b/abdm/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 05c7fe4..0000000 Binary files a/abdm/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/abdm/__pycache__/api_client.cpython-311.pyc b/abdm/__pycache__/api_client.cpython-311.pyc deleted file mode 100644 index 5388183..0000000 Binary files a/abdm/__pycache__/api_client.cpython-311.pyc and /dev/null differ diff --git a/abdm/__pycache__/api_response.cpython-311.pyc b/abdm/__pycache__/api_response.cpython-311.pyc deleted file mode 100644 index fa2796e..0000000 Binary files a/abdm/__pycache__/api_response.cpython-311.pyc and /dev/null differ diff --git a/abdm/__pycache__/configuration.cpython-311.pyc b/abdm/__pycache__/configuration.cpython-311.pyc deleted file mode 100644 index 221ea87..0000000 Binary files a/abdm/__pycache__/configuration.cpython-311.pyc and /dev/null differ diff --git a/abdm/__pycache__/exceptions.cpython-311.pyc b/abdm/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 1fda5ec..0000000 Binary files a/abdm/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/abdm/__pycache__/rest.cpython-311.pyc b/abdm/__pycache__/rest.cpython-311.pyc deleted file mode 100644 index 3fa89f3..0000000 Binary files a/abdm/__pycache__/rest.cpython-311.pyc and /dev/null differ diff --git a/setup.py b/setup.py index 3c9389e..da2123e 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ setup( name=NAME, version=VERSION, - description="Health Repository Provider Specifications for HIU", + description="Python SDK for ABDM HIU REST API", author="OpenAPI Generator community", author_email="team@openapitools.org", url="", keywords=[ - "OpenAPI", - "OpenAPI-Generator", - "Health Repository Provider Specifications for HIU", + "ABDM", + "SDK", + "HIU" ], install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]),