From ef35473cff4a4393ff4c435c0d9efee27de95c72 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Wed, 13 Dec 2023 20:47:11 +0200 Subject: [PATCH] pyproject: Add Soroosh as dev, update description and classifiers. --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed54661..e8fdc00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "searvey" version = "0.0.0" # overwritten by poetry-dynamic-versioning plugin -description = "" +description = "Sea state observational data retrieval" authors = [ "Panos Mavrogiorgos ", "Zachary Burnett ", + "Soroosh Mani ", ] license = 'GPL-3.0-or-later' readme = "README.md" @@ -20,10 +21,10 @@ classifiers = [ "Topic :: Scientific/Engineering :: Atmospheric Science", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] [tool.poetry.dependencies]