diff --git a/README.md b/README.md index e748bf3..8231213 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # getgfs [![Tests](https://github.com/jagoosw/getgfs/actions/workflows/test.yml/badge.svg)](https://github.com/jagoosw/getgfs/actions/workflows/test.yml)[![Black Linting](https://github.com/jagoosw/getgfs/actions/workflows/black.yml/badge.svg)](https://github.com/jagoosw/getgfs/actions/workflows/black.yml) +![Logo - Cloud with sun emerging from behind with text 'GetGFS' underneath](logo.png) getgfs extracts weather forecast variables from the NOAA GFS forecast in a pure python, no obscure dependencies way. Currently you can: - "Connect" to a forecast diff --git a/dist/getgfs-1.0.0.tar.gz b/dist/getgfs-1.0.0.tar.gz new file mode 100644 index 0000000..5c3798d Binary files /dev/null and b/dist/getgfs-1.0.0.tar.gz differ diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..eb7c8b4 Binary files /dev/null and b/logo.png differ diff --git a/setup.py b/setup.py index fe83128..cf0af63 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # Application name: name="getgfs", # Version number (initial): - version="0.0.9", + version="1.0.0", # Application author details: author="Jago Strong-Wright", author_email="jagoosw@protonmail.com", @@ -14,8 +14,7 @@ url="https://getgfs.readthedocs.io/", # license="LICENSE.txt", - description="Extracts weather forecast variables from the NOAA GFS forecast in a pure python, no obscure dependencies way", - long_description="""Please see the homepage as the readme wouldn't render here""", + description="getgfs extracts weather forecast variables from the NOAA GFS forecast with no obscure depdndencies (looking at you ecCodes)", # Dependent packages (distributions) install_requires=[ "scipy",