We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f453a9f commit 02b36b6Copy full SHA for 02b36b6
setup.py
@@ -38,7 +38,7 @@
38
long_description = re.sub(r'src=\"(.*)\.'+ext+'\"', 'src=\"https://raw.githubusercontent.com/{}/{}'.format(cfg['user'],cfg['lib_name'])+'/'+cfg['branch']+'/\\1.'+ext+'\"', long_description)
39
40
setuptools.setup(
41
- name = cfg['lib_name'],
+ name = 'ghapi',
42
license = lic[0],
43
classifiers = [
44
'Development Status :: ' + statuses[int(cfg['status'])],
0 commit comments