File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ authors = [
1313 {name = " Sukriti Sharma" , email = " sukriti.sharma4@ibm.com" },
1414 {name = " Anh Uong" , email = " anh.uong@ibm.com" },
1515]
16- license = { text = " Apache-2.0" }
16+ license = " Apache-2.0"
1717readme = " README.md"
1818requires-python = " ~=3.9"
1919keywords = [' fms-hf-tuning' , ' python' , ' tuning' ]
2020classifiers =[
21- " License :: OSI Approved :: Apache Software License" ,
22- " Development Status :: 4 - Beta" ,
21+ " Development Status :: 5 - Stable" ,
2322 " Programming Language :: Python :: 3" ,
2423 " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
@@ -57,6 +56,9 @@ scanner-dev = ["HFResourceScanner>=0.1.0"]
5756exclude = [" tests" , " tests.*" ]
5857namespaces = false
5958
59+ [tool .setuptools_scm ]
60+ version_file = " tuning/_version.py"
61+
6062[project .urls ]
6163Homepage = " https://github.com/foundation-model-stack/fms-hf-tuning"
6264Repository = " https://github.com/foundation-model-stack/fms-hf-tuning"
You can’t perform that action at this time.
0 commit comments