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")