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 = [