1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +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'
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,