From 32cfe5de4d2d19f8b01727342bcbfbeb5e253df4 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Sun, 1 May 2022 00:26:55 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05e60c2..0c6f56e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup with open('requirements.txt') as f: requirements = f.read().splitlines() -path = Path(__file__).parent / "github/__init__.py" +path = Path(__file__).parent / "github" / "__init__.py" version = re.search(r'\d[.]\d[.]\d',path.read_text()).group() packages = [