1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-16 06:05:00 +00:00

Update setup.py

This commit is contained in:
Var 2022-05-01 00:26:55 +05:30 committed by GitHub
parent f9a8f0c0ec
commit 32cfe5de4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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