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