Xingrui Zhuang

Results 1 comments of Xingrui Zhuang

> I have fixed the problem by using os instead of Pathlib: > > ```python > import setuptools > import os > > # Read the content of README.md >...