Skip to content

Commit

Permalink
update pyproject.toml with new description, classifiers, project.urls…
Browse files Browse the repository at this point in the history
… and keywords
  • Loading branch information
2320sharon committed Apr 3, 2024
1 parent 3a3678e commit 66dda04
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ version = "1.2.0"
authors = [
{ name=" Sharon Fitzpatrick", email="[email protected]" },
]
keywords = [
"coastseg",
"coastsat",
]
# find` directive with `include` or `exclude`
description = "An interactive jupyter notebook for downloading satellite imagery"
description = "An interactive python package for satellite derived shoreline workflows"
dependencies = [
"h5py>=3.10.0",
"pyTMD",
Expand All @@ -30,11 +34,13 @@ dependencies = [
license = { file="LICENSE" }
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: GIS",
"Natural Language :: English",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

# tells setup tools to include the code in the coastseg directory within the src directory
Expand All @@ -43,5 +49,7 @@ where = ["src"]


[project.urls]
"Homepage" = "https://github.com/SatelliteShorelines/CoastSeg"
"Bug Tracker" = "https://github.com/SatelliteShorelines/CoastSeg/issues"
homepage = "https://github.com/SatelliteShorelines/CoastSeg"
repository = "https://github.com/SatelliteShorelines/CoastSeg"
documentation = "https://github.com/SatelliteShorelines/CoastSeg/wiki"
"Bug Tracker" = "https://github.com/SatelliteShorelines/CoastSeg/issues"

0 comments on commit 66dda04

Please sign in to comment.