diff --git a/setup.py b/setup.py index 02164222..f63bd7d1 100644 --- a/setup.py +++ b/setup.py @@ -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",