Fix error when running python setup.py

This commit is contained in:
Yichen Yan 2025-02-27 10:37:33 +08:00 committed by Jiashi Li
parent 51d7f92a69
commit 75531bb05e

View File

@ -15,4 +15,5 @@ except Exception as _:
setup(
name="dualpipe",
version="1.0.0" + rev,
packages=["dualpipe"],
)