Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/overture-schema-addresses-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
Comment on lines +2 to +7
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to Jennings Anderson (@jenningsanderson)

I'm unclear who the right maintainers are for this project. It's the Schema WG more broadly.

keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a chance we're going to use this field for extension discovery (still being debated), so I'd rather omit this (for PyPI purposes).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, will get those removed

dependencies = [
"overture-schema-core",
"pydantic>=2.0",
Expand All @@ -10,6 +17,11 @@ name = "overture-schema-addresses-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }

Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-annex/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = ["overture-schema-core", "pydantic>=2.0"]
description = "Add your description here"
dynamic = ["version"]
Expand All @@ -10,6 +17,11 @@ requires-python = ">=3.10"
[tool.uv.sources]
overture-schema-core = { workspace = true }

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-base-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -11,6 +18,11 @@ name = "overture-schema-base-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-buildings-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -11,6 +18,11 @@ name = "overture-schema-buildings-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation", "cli"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -15,6 +22,11 @@ name = "overture-schema-cli"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "overture-schema-core"
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dynamic = ["version"]
description = "Core schemas for Overture Maps"
license = "MIT"
Expand All @@ -13,6 +20,11 @@ dependencies = [
"shapely>=2.1.1",
]

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-system = { workspace = true }

Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-divisions-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -11,6 +18,11 @@ name = "overture-schema-divisions-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-places-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -12,6 +19,11 @@ name = "overture-schema-places-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-system/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "overture-schema-system"
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dynamic = ["version"]
description = "Foundational types at the base of the Overture Maps schema system"
readme = "README.md"
Expand All @@ -14,6 +21,11 @@ dependencies = [
"shapely>=2.0.0",
]

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[dependency-groups]
dev = [
"pytest>=7.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/overture-schema-transportation-theme/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-core",
"overture-schema-system",
Expand All @@ -11,6 +18,11 @@ name = "overture-schema-transportation-theme"
readme = "README.md"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://overturemaps.org"
Source = "https://github.com/OvertureMaps/schema"
Issues = "https://github.com/OvertureMaps/schema/issues"

[tool.uv.sources]
overture-schema-core = { workspace = true }
overture-schema-system = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions packages/overture-schema/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[project]
maintainers = [
{name = "Dana Bauer", email = "dana@overturemaps.org"},
{name = "Seth Fitzsimmons"},
{name = "Vic Schappert"},
{name = "Jennings Anderson", email = "jenningsa@meta.com"},
]
keywords = ["schema", "pydantic", "overture", "geospatial", "validation"]
dependencies = [
"overture-schema-addresses-theme",
"overture-schema-base-theme",
Expand Down
Loading