mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-11-02 12:24:18 +08:00
Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
current_dir = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
with open(os.path.join(current_dir, 'README.md')) as f:
|
||||
with open(os.path.join(current_dir, 'README.md'), "r") as f:
|
||||
long_description = f.read()
|
||||
|
||||
long_description = long_description.replace("[!NOTE]", "")
|
||||
|
||||
Reference in New Issue
Block a user