1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-25 23:47:44 +00:00
This commit is contained in:
VarMonke 2022-04-27 15:04:09 +05:30
parent e34d67b581
commit a769769b77

View file

@ -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,