Update setup.py

This commit is contained in:
PSBigBig 2025-06-07 21:17:27 +08:00 committed by GitHub
parent c398a47617
commit a6c86a6348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ setup(
description="WFGY 1.0 Self-Healing LLM Framework SDK",
author="PSBigBig",
author_email="hello@onestardao.com",
url="https://github.com/PSBigBig/WFGY",
url="https://github.com/onestardao/WFGY",
packages=find_packages(include=["wfgy_sdk", "wfgy_sdk.*"]),
install_requires=[
"PyYAML>=6.0",