From 84918256e29c6879e97c922e1e5d12af0945c604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 25 Aug 2024 00:25:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20PDM=20config=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 02afd7f..d563788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/", +]