Update setup.py

This commit is contained in:
H Lohaus 2025-06-13 04:38:00 +02:00 committed by GitHub
parent a83d762f75
commit 856a63e66d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]", "")