-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject: Add Soroosh as dev, update description and classifiers.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"Zachary Burnett <[email protected]>", | ||
"Soroosh Mani <[email protected]>", | ||
] | ||
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] | ||
|