🐛 add utf-8 encoding

This commit is contained in:
oskvr37
2024-08-02 15:46:10 +02:00
parent f4e5f794c8
commit b571591c80
+1 -1
View File
@@ -4,7 +4,7 @@ setup(
name="tiddl",
version="1.2.0",
description="TIDDL (Tidal Downloader) is a Python CLI application that allows downloading Tidal tracks.",
long_description=open('README.md').read(),
long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown',
readme="README.md",
author="oskvr37",