fix: resolve CI linting and dependency issues
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-05 11:53:16 +00:00
parent 078dde19f6
commit e85349496e

View File

@@ -1,4 +1,4 @@
from setuptools import setup, find_packages from setuptools import find_packages, setup
with open("README.md", "r", encoding="utf-8") as fh: with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()