Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 3d8e618

Browse files
committed
fixes pip install as editable package
1 parent 080ad6d commit 3d8e618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Spatio Temporal Asset Tasking with FastAPI"
66
authors = ["Christian Wygoda <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"
9+
packages = [{include = "stapi_fastapi", from="src"}]
910

1011
[tool.poetry.dependencies]
1112
python = "3.12.*"

0 commit comments

Comments
 (0)