Skip to content

fix: correct package name from pygithub to PyGithub (closes #6)#318

Open
botbikamordehai2-sketch wants to merge 1 commit into
jayfk:masterfrom
botbikamordehai2-sketch:fix/issue-6-1780830688
Open

fix: correct package name from pygithub to PyGithub (closes #6)#318
botbikamordehai2-sketch wants to merge 1 commit into
jayfk:masterfrom
botbikamordehai2-sketch:fix/issue-6-1780830688

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

The setup.py file lists 'pygithub' as a dependency, which is an outdated/unmaintained package. This leads to SSL certificate verification failures when the tool tries to create a repository on GitHub, as shown in issue #6.

Fix

Changed the package name from 'pygithub' to 'PyGithub' (the official, maintained package name). This ensures the correct library with proper SSL handling is installed.

Closes #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

certificate verify failed

1 participant