You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix encoding issue in setup.py for Simpay API wrapper
The commit fixes an issue where the README.md file was not being read correctly due to encoding. The change adds the 'utf-8' encoding parameter to the open() function call.
0 commit comments