From a769769b77f1367c7605c4141764d7d0a9eda473 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Wed, 27 Apr 2022 15:04:09 +0530 Subject: [PATCH] fix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9cbc08c..6a61706 100644 --- a/setup.py +++ b/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,