Ensure files are read with UTF-8 Encoding

This commit is contained in:
louisnw
2023-07-03 14:14:10 +01:00
parent 4d1ce9e0d7
commit 7850821c6a
5 changed files with 49 additions and 89 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.13.1',
version='1.0.13.4',
packages=find_packages(),
python_requires='>=3.9',
install_requires=[