From 4d53ff0595507eea86981aff0314ff78385e755c Mon Sep 17 00:00:00 2001 From: Sitt Guruvanich Date: Sun, 8 Dec 2024 00:36:40 +0700 Subject: [PATCH] chore: exclude docs and static directories from builds --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3210624..4c16642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,10 @@ version = '0.2.3' arise = 'arise.core:cli' +[tool.hatch.build] +exclude = [ '/docs', '/static', '/tests' ] + + [tool.mypy] disallow_incomplete_defs = true disallow_untyped_calls = true