Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
🔧 Update PDM config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 25, 2024
1 parent 6a88f5c commit 8491825
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ Homepage = "https://github.com/tiangolo/docker-auto-labels"

[project.scripts]
docker-auto-labels = "docker_auto_labels.cli:main"

[tool.pdm]
version = { source = "file", path = "src/docker_auto_labels/__init__.py" }
distribution = true

[tool.pdm.build]
source-includes = [
"tests/",
"requirements*.txt",
"scripts/",
]

0 comments on commit 8491825

Please sign in to comment.