Skip to content

Commit

Permalink
Remove setuptools_scm and set version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Oct 9, 2024
1 parent c70e2be commit fd43738
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[build-system]
requires = ["setuptools>=71.0", "setuptools_scm>=8"]
requires = ["setuptools>=71.0"]
build-backend = "setuptools.build_meta"

[project]
name = "ccf"
# Automatically extract version number from git environment
# See https://github.com/pypa/setuptools_scm for details
dynamic = ["version"]
version = "6.0.0-dev1"
authors = [
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
]
Expand All @@ -33,11 +31,6 @@ script-files = [
"utils/verify_quote.sh"
]

[tool.setuptools_scm]
version_file = "src/ccf/version.py"
root = ".."
git_describe_command = "git describe --tags --long --match \"ccf-*\""

[project.urls]
Homepage = "https://github.com/microsoft/ccf"
Issues = "https://github.com/microsoft/ccf/issues"
Expand Down

0 comments on commit fd43738

Please sign in to comment.