-
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.
update pyproject.toml with new description, classifiers, project.urls…
… and keywords
- Loading branch information
1 parent
3a3678e
commit 66dda04
Showing
1 changed file
with
12 additions
and
4 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 |
---|---|---|
|
@@ -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", | ||
|
@@ -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 | ||
|
@@ -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" |