Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Mar 27, 2023
1 parent 825b6ea commit ddddc24
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "goes_api"
description = "Python API for for I/O of GOES-16/17 satellite data on local and cloud storage."
description = "Python API for downloading and searching GOES-16/17 satellite data on local and cloud storage."
readme = "README.md"
authors = [
{ name = "Gionata Ghiggi", email = "[email protected]" },
Expand Down Expand Up @@ -67,6 +67,7 @@ dev = ["pre-commit", "black", "ruff",
"pytest", "pytest-cov",
"pip-tools", "bumpver", "twine",
"setuptools>=61.0.0", "wheel",
"build", "twine",
"sphinx", "sphinx-gallery", "nbsphinx"]
doc = ["sphinx", "sphinx-gallery", "nbsphinx"] # sphinx-rtd-theme numpydoc pandoc
tests = ["pre-commit", "pytest", "pytest-cov"]
Expand All @@ -85,16 +86,6 @@ write_to = "goes_api/_version.py"
license-files = ["LICENSE"]
packages = ["goes_api"] # explicitly list the packages in modules

# To customize, remove packages and use instead [tool.setuptools.packages.find]

# [tool.setuptools.packages.find]
# where = ["goes_api"]
# include = ["io", "..."]

# [project.scripts]
# download_daily_gpm_data="gpm_api.scripts.download_daily_gpm_data:download_daily_gpm_data"
# download_monthly_gpm_data="gpm_api.scripts.download_monthly_gpm_data:download_monthly_gpm_data"

[tool.isort]
profile = "black"
skip_gitignore = true
Expand Down

0 comments on commit ddddc24

Please sign in to comment.