Skip to content

Commit

Permalink
pyproject: Add Soroosh as dev, update description and classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Dec 13, 2023
1 parent fc7b670 commit ef35473
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <pmav99@gmail.com>",
"Zachary Burnett <zachary.r.burnett@gmail.com>",
"Soroosh Mani <soroosh.mani@noaa.gov>",
]
license = 'GPL-3.0-or-later'
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit ef35473

Please sign in to comment.