Skip to content

Commit

Permalink
add build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Svtter committed Nov 14, 2024
1 parent 43b0a59 commit 490a184
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "easybuilder"
version = "0.1.0"
version = "0.1.2"
description = "Default template for PDM package"
authors = [
{name = "svtter", email = "[email protected]"},
Expand All @@ -12,4 +12,9 @@ license = {text = "MIT"}


[tool.pdm]
distribution = false
distribution = true

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit 490a184

Please sign in to comment.