mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 12:15:13 +03:00
🐛 add utf-8 encoding
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user