-
Notifications
You must be signed in to change notification settings - Fork 13
[CHORE] Add maintainers, keywords, and URLs to pyproject #454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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"] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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).
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
@@ -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 } | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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.