Skip to content

Commit bfaaf14

Browse files
committed
Merge branch 'dev' into codegen
2 parents 224a8f7 + b1d60c3 commit bfaaf14

22 files changed

Lines changed: 131 additions & 166 deletions

File tree

.github/dco.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
require:
3+
members: false

.github/workflows/copy-latest-docs-to-staging.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/copy-pr-docs-to-staging.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/publish-docs-gh-pages.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/overture-schema-addresses-theme/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[project]
2+
maintainers = [
3+
{name = "Overture Maps Schema Working Group"},
4+
]
25
dependencies = [
36
"overture-schema-core",
47
"pydantic>=2.0",
@@ -10,6 +13,11 @@ name = "overture-schema-addresses-theme"
1013
readme = "README.md"
1114
requires-python = ">=3.10"
1215

16+
[project.urls]
17+
Homepage = "https://overturemaps.org"
18+
Source = "https://github.com/OvertureMaps/schema"
19+
Issues = "https://github.com/OvertureMaps/schema/issues"
20+
1321
[tool.uv.sources]
1422
overture-schema-core = { workspace = true }
1523

packages/overture-schema-annex/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[project]
2+
maintainers = [
3+
{name = "Overture Maps Schema Working Group"},
4+
]
25
dependencies = ["overture-schema-core", "pydantic>=2.0"]
36
description = "Add your description here"
47
dynamic = ["version"]
@@ -10,6 +13,11 @@ requires-python = ">=3.10"
1013
[tool.uv.sources]
1114
overture-schema-core = { workspace = true }
1215

16+
[project.urls]
17+
Homepage = "https://overturemaps.org"
18+
Source = "https://github.com/OvertureMaps/schema"
19+
Issues = "https://github.com/OvertureMaps/schema/issues"
20+
1321
[build-system]
1422
build-backend = "hatchling.build"
1523
requires = ["hatchling"]

packages/overture-schema-base-theme/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[project]
2+
maintainers = [
3+
{name = "Overture Maps Schema Working Group"},
4+
]
25
dependencies = [
36
"overture-schema-core",
7+
"overture-schema-system",
48
"pydantic>=2.0",
59
]
610
description = "Overture Maps base theme shared structures and models (bathymetry, infrastructure, land, land_cover, land_use, water)"
@@ -10,8 +14,14 @@ name = "overture-schema-base-theme"
1014
readme = "README.md"
1115
requires-python = ">=3.10"
1216

17+
[project.urls]
18+
Homepage = "https://overturemaps.org"
19+
Source = "https://github.com/OvertureMaps/schema"
20+
Issues = "https://github.com/OvertureMaps/schema/issues"
21+
1322
[tool.uv.sources]
1423
overture-schema-core = { workspace = true }
24+
overture-schema-system = { workspace = true }
1525

1626

1727
[build-system]

packages/overture-schema-buildings-theme/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[project]
2+
maintainers = [
3+
{name = "Overture Maps Schema Working Group"},
4+
]
25
dependencies = [
36
"overture-schema-core",
7+
"overture-schema-system",
48
"pydantic>=2.0",
59
]
610
description = "Overture Maps buildings theme shared structures, building types, and building part types"
@@ -10,8 +14,14 @@ name = "overture-schema-buildings-theme"
1014
readme = "README.md"
1115
requires-python = ">=3.10"
1216

17+
[project.urls]
18+
Homepage = "https://overturemaps.org"
19+
Source = "https://github.com/OvertureMaps/schema"
20+
Issues = "https://github.com/OvertureMaps/schema/issues"
21+
1322
[tool.uv.sources]
1423
overture-schema-core = { workspace = true }
24+
overture-schema-system = { workspace = true }
1525

1626

1727
[build-system]

packages/overture-schema-cli/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[project]
2+
maintainers = [
3+
{name = "Overture Maps Schema Working Group"},
4+
]
25
dependencies = [
36
"overture-schema-core",
7+
"overture-schema-system",
48
"pydantic>=2.0",
59
"pyyaml>=6.0.2",
610
"click>=8.0",
@@ -14,8 +18,14 @@ name = "overture-schema-cli"
1418
readme = "README.md"
1519
requires-python = ">=3.10"
1620

21+
[project.urls]
22+
Homepage = "https://overturemaps.org"
23+
Source = "https://github.com/OvertureMaps/schema"
24+
Issues = "https://github.com/OvertureMaps/schema/issues"
25+
1726
[tool.uv.sources]
1827
overture-schema-core = { workspace = true }
28+
overture-schema-system = { workspace = true }
1929

2030
[build-system]
2131
build-backend = "hatchling.build"

packages/overture-schema-core/pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,26 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "overture-schema-core"
7+
maintainers = [
8+
{name = "Overture Maps Schema Working Group"},
9+
]
710
dynamic = ["version"]
811
description = "Core schemas for Overture Maps"
912
license = "MIT"
1013
dependencies = [
14+
"overture-schema-system",
1115
"pydantic>=2.0",
1216
"shapely>=2.1.1",
1317
]
1418

19+
[project.urls]
20+
Homepage = "https://overturemaps.org"
21+
Source = "https://github.com/OvertureMaps/schema"
22+
Issues = "https://github.com/OvertureMaps/schema/issues"
23+
24+
[tool.uv.sources]
25+
overture-schema-system = { workspace = true }
26+
1527
[tool.hatch.version]
1628
path = "src/overture/schema/core/__about__.py"
1729

0 commit comments

Comments
 (0)