Skip to content

Commit

Permalink
fix: the version
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Mar 29, 2024
1 parent f5992fa commit f896acc
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
@@ -1,5 +1,6 @@
[project]
name = "pdm-update-action"
version = "0.1" # Fixed version for now
description = "The plugin for PDM update action"
authors = [
{name = "Frost Ming", email = "[email protected]"},
Expand All @@ -8,7 +9,6 @@ dependencies = []
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
dynamic = ["version"]

[project.entry-points.pdm]
update_action = "pdm_update_action:UpdateSummarizer"
Expand All @@ -20,9 +20,6 @@ build-backend = "pdm.backend"
[tool.pdm]
distribution = true

[tool.pdm.version]
source = "scm"

[tool.pdm.dev-dependencies]
dev = [
"pdm>=2.13.0",
Expand Down

0 comments on commit f896acc

Please sign in to comment.