From 9b8425768640c9aa82acf7cc1eb535ef2535cb4c Mon Sep 17 00:00:00 2001 From: shubibees Date: Tue, 10 Sep 2024 15:54:36 +0530 Subject: [PATCH] add shubham --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f28fedb85..ac707b5dd 100755 --- a/setup.py +++ b/setup.py @@ -10,6 +10,8 @@ from setuptools.command.sdist import sdist as _sdist +#shubham + def _read_content(path: str) -> str: return (Path(__file__).parent / path).read_text(encoding="utf-8")