Skip to content

Commit

Permalink
Pycache deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Kumar-Code committed Apr 25, 2024
1 parent f12ccd6 commit ea16e86
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file removed abdm/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file removed abdm/__pycache__/api_client.cpython-311.pyc
Binary file not shown.
Binary file removed abdm/__pycache__/api_response.cpython-311.pyc
Binary file not shown.
Binary file removed abdm/__pycache__/configuration.cpython-311.pyc
Binary file not shown.
Binary file removed abdm/__pycache__/exceptions.cpython-311.pyc
Binary file not shown.
Binary file removed abdm/__pycache__/rest.cpython-311.pyc
Binary file not shown.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
url="",
keywords=[
"OpenAPI",
"OpenAPI-Generator",
"Health Repository Provider Specifications for HIU",
"ABDM",
"SDK",
"HIU"
],
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
Expand Down

0 comments on commit ea16e86

Please sign in to comment.