File tree Expand file tree Collapse file tree
overture-schema-addresses-theme
overture-schema-base-theme
overture-schema-buildings-theme
overture-schema-divisions-theme
overture-schema-places-theme
overture-schema-transportation-theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " pydantic>=2.0" ,
@@ -10,6 +13,11 @@ name = "overture-schema-addresses-theme"
1013readme = " README.md"
1114requires-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 ]
1422overture-schema-core = { workspace = true }
1523
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [" overture-schema-core" , " pydantic>=2.0" ]
36description = " Add your description here"
47dynamic = [" version" ]
@@ -10,6 +13,11 @@ requires-python = ">=3.10"
1013[tool .uv .sources ]
1114overture-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 ]
1422build-backend = " hatchling.build"
1523requires = [" hatchling" ]
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -11,6 +14,11 @@ name = "overture-schema-base-theme"
1114readme = " README.md"
1215requires-python = " >=3.10"
1316
17+ [project .urls ]
18+ Homepage = " https://overturemaps.org"
19+ Source = " https://github.com/OvertureMaps/schema"
20+ Issues = " https://github.com/OvertureMaps/schema/issues"
21+
1422[tool .uv .sources ]
1523overture-schema-core = { workspace = true }
1624overture-schema-system = { workspace = true }
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -11,6 +14,11 @@ name = "overture-schema-buildings-theme"
1114readme = " README.md"
1215requires-python = " >=3.10"
1316
17+ [project .urls ]
18+ Homepage = " https://overturemaps.org"
19+ Source = " https://github.com/OvertureMaps/schema"
20+ Issues = " https://github.com/OvertureMaps/schema/issues"
21+
1422[tool .uv .sources ]
1523overture-schema-core = { workspace = true }
1624overture-schema-system = { workspace = true }
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -15,6 +18,11 @@ name = "overture-schema-cli"
1518readme = " README.md"
1619requires-python = " >=3.10"
1720
21+ [project .urls ]
22+ Homepage = " https://overturemaps.org"
23+ Source = " https://github.com/OvertureMaps/schema"
24+ Issues = " https://github.com/OvertureMaps/schema/issues"
25+
1826[tool .uv .sources ]
1927overture-schema-core = { workspace = true }
2028overture-schema-system = { workspace = true }
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " overture-schema-core"
7+ maintainers = [
8+ {name = " Overture Maps Schema Working Group" },
9+ ]
710dynamic = [" version" ]
811description = " Core schemas for Overture Maps"
912license = " MIT"
@@ -13,6 +16,11 @@ dependencies = [
1316 " shapely>=2.1.1" ,
1417]
1518
19+ [project .urls ]
20+ Homepage = " https://overturemaps.org"
21+ Source = " https://github.com/OvertureMaps/schema"
22+ Issues = " https://github.com/OvertureMaps/schema/issues"
23+
1624[tool .uv .sources ]
1725overture-schema-system = { workspace = true }
1826
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -11,6 +14,11 @@ name = "overture-schema-divisions-theme"
1114readme = " README.md"
1215requires-python = " >=3.10"
1316
17+ [project .urls ]
18+ Homepage = " https://overturemaps.org"
19+ Source = " https://github.com/OvertureMaps/schema"
20+ Issues = " https://github.com/OvertureMaps/schema/issues"
21+
1422[tool .uv .sources ]
1523overture-schema-core = { workspace = true }
1624overture-schema-system = { workspace = true }
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -12,6 +15,11 @@ name = "overture-schema-places-theme"
1215readme = " README.md"
1316requires-python = " >=3.10"
1417
18+ [project .urls ]
19+ Homepage = " https://overturemaps.org"
20+ Source = " https://github.com/OvertureMaps/schema"
21+ Issues = " https://github.com/OvertureMaps/schema/issues"
22+
1523[tool .uv .sources ]
1624overture-schema-core = { workspace = true }
1725overture-schema-system = { workspace = true }
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " overture-schema-system"
7+ maintainers = [
8+ {name = " Overture Maps Schema Working Group" },
9+ ]
710dynamic = [" version" ]
811description = " Foundational types at the base of the Overture Maps schema system"
912readme = " README.md"
@@ -14,6 +17,11 @@ dependencies = [
1417 " shapely>=2.0.0" ,
1518]
1619
20+ [project .urls ]
21+ Homepage = " https://overturemaps.org"
22+ Source = " https://github.com/OvertureMaps/schema"
23+ Issues = " https://github.com/OvertureMaps/schema/issues"
24+
1725[dependency-groups ]
1826dev = [
1927 " pytest>=7.0" ,
Original file line number Diff line number Diff line change 11[project ]
2+ maintainers = [
3+ {name = " Overture Maps Schema Working Group" },
4+ ]
25dependencies = [
36 " overture-schema-core" ,
47 " overture-schema-system" ,
@@ -11,6 +14,11 @@ name = "overture-schema-transportation-theme"
1114readme = " README.md"
1215requires-python = " >=3.10"
1316
17+ [project .urls ]
18+ Homepage = " https://overturemaps.org"
19+ Source = " https://github.com/OvertureMaps/schema"
20+ Issues = " https://github.com/OvertureMaps/schema/issues"
21+
1422[tool .uv .sources ]
1523overture-schema-core = { workspace = true }
1624overture-schema-system = { workspace = true }
You can’t perform that action at this time.
0 commit comments