1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

add encoding details

This commit is contained in:
Mint Lin
2020-09-10 14:18:20 -04:00
parent 32beeb7bbf
commit 4b5178a761
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": "C:\\Users\\lin_x\\anaconda3\\envs\\tensorflow\\python.exe"
}

View File

@@ -3,7 +3,7 @@ import setuptools
from docs import conf as docs_conf
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()
extras = {}