[dist] fix communicator patch (#58)

### What this PR does / why we need it?
fix communicator patch so parallel could work.
see #52

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-02-14 10:45:49 +08:00
committed by GitHub
parent e264987af2
commit b88443b6c6
4 changed files with 7 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ setup(
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
],
packages=find_packages(exclude=("docs", "examples", "tests*", "patch")),
packages=find_packages(exclude=("docs", "examples", "tests*")),
python_requires=">=3.9",
install_requires=get_requirements(),
extras_require={},