mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 04:58:12 +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'
|
||||
|
||||
packages = [
|
||||
'github',
|
||||
'Github',
|
||||
]
|
||||
|
||||
readme = ''
|
||||
|
@ -14,7 +14,7 @@ with open('README.md') as f:
|
|||
readme = f.read()
|
||||
|
||||
setup(
|
||||
name='github',
|
||||
name='Github',
|
||||
author='VarMonke & sudosnok',
|
||||
url='https://github.com/VarMonke/Github-Api-Wrapper',
|
||||
version=version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue