diff --git a/setup.py b/setup.py index 3502b39..f80dfcc 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): with open('README.md', encoding='utf-8') as f: content = f.read() return content - +# read def parse_requirements(fname): with open(fname, encoding="utf-8-sig") as f: