Skip to content

Commit 27d92a6

Browse files
committed
move stapi_fastapi to stapi_fastapi_planet
1 parent 4ee5b3b commit 27d92a6

25 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
2-
name = "stapi-fastapi"
2+
name = "stapi-fastapi-planet"
33
# placeholder version filled by poetry-dynamic-versioning
44
version = "0.0.0"
5-
description = "Sensor Tasking API (STAPI) with FastAPI"
6-
authors = ["Christian Wygoda <[email protected]>"]
5+
description = "Sensor Tasking API (STAPI) with FastAPI - Planet proxy"
6+
authors = ["Nicolas Neubauer <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"
9-
packages = [{include = "stapi_fastapi", from="src"}]
9+
packages = [{include = "stapi_fastapi_planet", from="src"}]
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.12,<4.0"
@@ -63,7 +63,7 @@ skip_empty = true
6363
sort = "Cover"
6464
omit = [
6565
"tests/**/*.py",
66-
"stapi_fastapi/__dev__.py",
66+
"stapi_fastapi_planet/__dev__.py",
6767
]
6868

6969
[tool.pytest.ini_options]
File renamed without changes.

0 commit comments

Comments
 (0)