Skip to content

Commit c0a26b3

Browse files
committed
fix sdist
1 parent 966bfdf commit c0a26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Homepage = 'https://github.com/stac-utils/stac-fastapi-pgstac'
9292
path = "stac_fastapi/pgstac/version.py"
9393

9494
[tool.hatch.build.targets.sdist]
95-
exclude = ["tests/"]
95+
only-include = ["stac_fastapi"]
9696

9797
[tool.hatch.build.targets.wheel]
9898
only-include = ["stac_fastapi"]

0 commit comments

Comments
 (0)