2025-12-16 19:25:28 +01:00
parent a028265b44
commit 24b6311c29
2 changed files with 6 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ clean:
rm -rf .pytest_cache .ruff_cache .mypy_cache
find . -type d -name "__pycache__" -print0 | xargs -0 -r rm -rf
find . -type f -name "*.pyc" -delete
build:
python -m build

View File

@@ -18,3 +18,6 @@ Repository = "https://github.com/kevinveenbirkenbach/dotlinker"
[project.scripts]
doli = "dotlinker.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/dotlinker"]