Fix error when running python setup.py

This commit is contained in:
Yichen Yan
2025-02-27 10:37:33 +08:00
committed by GitHub
parent dbb267dd85
commit 4c6ebc1b26

View File

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