Skip to content

Commit

Permalink
add metadata to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 18, 2024
1 parent c1aace0 commit 3269e62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions harvester/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "cde-harvester"
version = "0.1.0"
description = ""
authors = ["Jessy Barrette <30420025+JessyBarrette@users.noreply.github.com>"]
description = "Harvests metadata data from a list of ERDDAP servers and stores it in a database to be use by the CIOOS Data Explorer"
authors = [
"Nate Rosenstock",
"Jessy Barrette <30420025+JessyBarrette@users.noreply.github.com>"
]
readme = "README.md"


Expand Down

0 comments on commit 3269e62

Please sign in to comment.