mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-24 20:28:12 +02:00
fix(filesystem): package pifs cli entrypoint
This commit is contained in:
parent
574125d7dd
commit
e074bf1765
5 changed files with 89 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue