1diff --git a/pyproject.toml b/pyproject.toml
2index 42a636b..209893f 100644
3--- a/pyproject.toml
4+++ b/pyproject.toml
5@@ -23,6 +23,21 @@ dependencies = [
6 "uvicorn>=0.34.0",
7 ]
8
9+[project.scripts]
10+voicevox-engine = "run:main"
11+
12+[build-system]
13+requires = ["hatchling"]
14+build-backend = "hatchling.build"
15+
16+[tool.hatch.build]
17+only-include = [
18+ "voicevox_engine",
19+ "resources",
20+ "run.py",
21+ "engine_manifest.json",
22+]
23+
24 [tool.uv]
25 default-groups = []
26