diff options
| author | jvoisin | 2019-02-21 10:36:23 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-21 10:36:23 +0100 |
| commit | dda30c48b7a6f04ed7d508816ce72a1c75badbb2 (patch) | |
| tree | 673a44752ae0caa18852da3d9b68e4cc932436db /setup.py | |
| parent | 8542e650eccbc2c2349377897a4eacd3e0e72e1a (diff) | |
Fix the setup.py on Debian
Diffstat (limited to '')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | import setuptools | 1 | import setuptools |
| 2 | 2 | ||
| 3 | with open("README.md", "r") as fh: | 3 | with open("README.md", encoding='utf-8') as fh: |
| 4 | long_description = fh.read() | 4 | long_description = fh.read() |
| 5 | 5 | ||
| 6 | setuptools.setup( | 6 | setuptools.setup( |
