Loading setup.py +1 −1 Original line number Original line Diff line number Diff line import setuptools import setuptools import os import os with open("README.md", "r") as f: with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() long_description = f.read() with open("requirements.txt", "r") as f: with open("requirements.txt", "r") as f: Loading Loading
setup.py +1 −1 Original line number Original line Diff line number Diff line import setuptools import setuptools import os import os with open("README.md", "r") as f: with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() long_description = f.read() with open("requirements.txt", "r") as f: with open("requirements.txt", "r") as f: Loading