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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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