Commit 5c526d5
committed
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.1 parent 50e6054 commit 5c526d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments