Skip to content

Commit 0bd4734

Browse files
committed
fix: correct license classifier in setup.py
Update license classifier to "License :: OSI Approved :: MIT License" to match the actual MIT license used in License.txt
1 parent 5527c80 commit 0bd4734

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)