Skip to content

Commit 98a9583

Browse files
committed
Merge branch '3.5.x'
2 parents bc2f611 + 0bd4734 commit 98a9583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/fel/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
name="fel",
1616
version=_FEL_FRAMEWORK_VERSION,
1717
author="fit",
18-
url="https://gitlab.huawei.com/fitlab/fit",
18+
url="https://github.com/ModelEngine-Group/fit-framework",
1919
packages=setuptools.find_packages(
2020
exclude=["*.tests", "*.tests.*", "tests.*", "tests", "_test.*", "_test"]),
2121
classifiers=[
2222
"Programming Language :: Python :: 3",
23-
"License :: Huawei license",
23+
"License :: OSI Approved :: MIT License",
2424
"Operating System :: OS Independent",
2525
],
2626
install_requires=["langchain==0.2.6",

0 commit comments

Comments
 (0)