Skip to content

Commit 02b36b6

Browse files
committed
name
1 parent f453a9f commit 02b36b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
long_description = re.sub(r'src=\"(.*)\.'+ext+'\"', 'src=\"https://raw.githubusercontent.com/{}/{}'.format(cfg['user'],cfg['lib_name'])+'/'+cfg['branch']+'/\\1.'+ext+'\"', long_description)
3939

4040
setuptools.setup(
41-
name = cfg['lib_name'],
41+
name = 'ghapi',
4242
license = lic[0],
4343
classifiers = [
4444
'Development Status :: ' + statuses[int(cfg['status'])],

0 commit comments

Comments
 (0)