Skip to content

Commit

Permalink
update package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SHARANTANGEDA committed Nov 28, 2023
1 parent 6ad5bea commit 70f400a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = readme.read()
setup(
name='xpuls-fastapi-utils',
version="0.0.1",
version="0.0.2",
author="Sai Sharan Tangeda",
author_email="saisarantangeda@gmail.com",
description="Base SDK for FastAPI Utils",
Expand Down
2 changes: 1 addition & 1 deletion xpuls_fastapi_utils/server/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from starlette.middleware.gzip import GZipMiddleware
from starlette_exporter import PrometheusMiddleware, handle_metrics

from xpuls_fastapi_utils.server.routers import TelemetryAPI
from xpuls_fastapi_utils.server.route_handlers import TelemetryAPI


def instrument_server(service_name: str, app: FastAPI):
Expand Down

0 comments on commit 70f400a

Please sign in to comment.