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

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