forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
700df7b9d2
commit
92bf9fc6a1
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ def readme():
|
||||||
with open('README.md', encoding='utf-8') as f:
|
with open('README.md', encoding='utf-8') as f:
|
||||||
content = f.read()
|
content = f.read()
|
||||||
return content
|
return content
|
||||||
|
# read
|
||||||
|
|
||||||
def parse_requirements(fname):
|
def parse_requirements(fname):
|
||||||
with open(fname, encoding="utf-8-sig") as f:
|
with open(fname, encoding="utf-8-sig") as f:
|
||||||
|
|
Loading…
Reference in New Issue