Skip to content

Commit 17b284b

Browse files
authored
fix: add setup scm version config to pyproject for correct version tag while building wheel.
fix: add setup scm version config to pyproject for correct version tag while building wheel.
1 parent a0ad700 commit 17b284b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
1717
readme = "README.md"
1818
requires-python = "~=3.9"
1919
keywords = ['fms-hf-tuning', 'python', 'tuning']
2020
classifiers=[
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"]
5756
exclude = ["tests", "tests.*"]
5857
namespaces = false
5958

59+
[tool.setuptools_scm]
60+
version_file = "tuning/_version.py"
61+
6062
[project.urls]
6163
Homepage = "https://github.com/foundation-model-stack/fms-hf-tuning"
6264
Repository = "https://github.com/foundation-model-stack/fms-hf-tuning"

0 commit comments

Comments
 (0)