Skip to content

Commit

Permalink
added logo and latest dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed May 26, 2021
1 parent 28513a2 commit d1857b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added dist/getgfs-1.0.0.tar.gz
Binary file not shown.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand All @@ -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",
Expand Down

0 comments on commit d1857b5

Please sign in to comment.