Skip to content

Commit

Permalink
fix maintainers list
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 29, 2023
1 parent 6e7538a commit 07a2d4f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@ name = "gliderpy"
description = "Glider Data Fetcher"
readme = "README.md"
license = {file = "LICENSE.txt"}
authors = [
{name = "Callum Rollo, Filipe Fernandes, Lindsay Abrams", email = "c.rollo@outlook.com"},
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dynamic = [
"dependencies",
"version",
]
[project.urls]
documentation = "https://ioos.github.io/gliderpy"
homepage = "https://github.com/ioos/gliderpy"
maintainers = [
{name = "Callum Rollo", email = "c.rollo@outlook.com"},
{name = "Lindsay Abrams"},
{name = "Filipe Fernandes"},
]
repository = "https://github.com/ioos/gliderpy"

[tool.setuptools]
Expand Down

0 comments on commit 07a2d4f

Please sign in to comment.