From 4dc9694c2aeb07abf9f65a5b209d81a02a74cefc Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 26 Oct 2024 12:08:58 +0800 Subject: [PATCH] fix project metadata --- pyproject.toml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4254d0..c4d4e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,22 @@ name = "cyeva" version = "0.2.0" description = "A package to evaluate weather forecast correction" readme = "README.md" -# Python 3.13 is not supported yet. See https://github.com/hgrecco/pint/issues/2065 -requires-python = ">=3.10, <3.13" +requires-python = ">=3.10, <3.13" # Python 3.13 is not supported yet. See https://github.com/hgrecco/pint/issues/2065 dependencies = [ "numpy>=2.1.2", "pandas>=2.2.3", "pint>=0.24.3", "scipy>=1.14.1", ] -authors = [{ name = "caiyunapp", email = "oss@caiyunapp.com" }] -maintainers = [{ name = "ringsaturn", email = "ringsaturn.me@gmail.com" }] +maintainers = [ + { name = "caiyunapp", email = "oss@caiyunapp.com" }, + { name = "ringsaturn", email = "ringsaturn.me@gmail.com" }, +] +auhtors = [ + { name = "caiyunapp", email = "oss@caiyunapp.com" }, + { name = "Clarmy", email = "clarmyleewt@gmail.com" }, + { name = "ringsaturn", email = "ringsaturn.me@gmail.com" }, +] license = { file = "LICENSE" } classifiers = [ "Development Status :: 4 - Beta", @@ -26,6 +32,12 @@ classifiers = [ "Operating System :: MacOS", "Framework :: Sphinx", ] +keywords = ["atmospheric-science", "mathmatics"] + +[project.urls] +Documentation = "https://caiyunapp.github.io/cyeva" +Issues = "https://github.com/caiyunapp/cyeva/issues" +"Source Code" = "https://github.com/caiyunapp/cyeva" [tool.uv] dev-dependencies = [