fix(filesystem): package pifs cli entrypoint

This commit is contained in:
BukeLy 2026-05-26 14:38:39 +08:00
parent 574125d7dd
commit e074bf1765
5 changed files with 89 additions and 1 deletions

View file

@ -15,3 +15,10 @@ dependencies = [
[project.scripts]
pifs = "pageindex.filesystem.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["pageindex"]