mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-16 22:15:09 +00:00
Update setup.py
This commit is contained in:
parent
f9a8f0c0ec
commit
32cfe5de4d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
requirements = f.read().splitlines()
|
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()
|
version = re.search(r'\d[.]\d[.]\d',path.read_text()).group()
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue