Skip to content

Commit

Permalink
chore: scm version
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Dec 12, 2023
1 parent 1328d4c commit c19692c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "pdm-download"
version = "0.0.1"
description = "A PDM plugin to download all packages in a lockfile for offline use."
authors = [
{name = "Frost Ming", email = "me@frostming.com"},
Expand All @@ -11,6 +10,7 @@ dependencies = [
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
dynamic = ["version"]

[project.entry-points.pdm]
download = "pdm_download:main"
Expand All @@ -19,6 +19,9 @@ download = "pdm_download:main"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

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

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

0 comments on commit c19692c

Please sign in to comment.