mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-25 23:47:44 +00:00
fix
This commit is contained in:
parent
e34d67b581
commit
a769769b77
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -6,7 +6,7 @@ with open('requirements.txt') as f:
|
||||||
version = '1.0.0'
|
version = '1.0.0'
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
'github',
|
'Github',
|
||||||
]
|
]
|
||||||
|
|
||||||
readme = ''
|
readme = ''
|
||||||
|
@ -14,7 +14,7 @@ with open('README.md') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='github',
|
name='Github',
|
||||||
author='VarMonke & sudosnok',
|
author='VarMonke & sudosnok',
|
||||||
url='https://github.com/VarMonke/Github-Api-Wrapper',
|
url='https://github.com/VarMonke/Github-Api-Wrapper',
|
||||||
version=version,
|
version=version,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue