Skip to content

Commit

Permalink
pyproject.toml: static versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Jan 14, 2025
1 parent bda2120 commit fc63d14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{name = "Sage Weil", email = "[email protected]"},
{name = "Loic Dachary", email = "[email protected]"},
]
dynamic = ["version"]
version = "1.2.2rc0"
description = "Ceph test framework"
readme = "README.rst"
license = {text = "MIT"}
Expand Down Expand Up @@ -131,6 +131,3 @@ exclude = [

[tool.setuptools.exclude-package-data]
"*" = ["test*"]

[tool.setuptools_scm]
version_scheme = "python-simplified-semver"

0 comments on commit fc63d14

Please sign in to comment.