Skip to content

Commit

Permalink
Merge ca6fd67 into 70cfa46
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Dec 1, 2020
2 parents 70cfa46 + ca6fd67 commit 268b5da
Show file tree
Hide file tree
Showing 10 changed files with 2,144 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include pyproject.toml
include .dockerignore
include *.rst
include *.yml
Expand Down
2 changes: 2 additions & 0 deletions ci/requirements-py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ dependencies:
- python=3.6
- typing
- black
- pyproj
- cython
2 changes: 2 additions & 0 deletions ci/requirements-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ dependencies:
- python=3.7
- typing
- black
- pyproj
- cython
1 change: 1 addition & 0 deletions eccodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
from .high_level.gribmessage import GribMessage
from .high_level.gribindex import GribIndex
from .high_level.bufr import BufrFile, BufrMessage
from .high_level import pygrib
1 change: 1 addition & 0 deletions eccodes/high_level/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import pygrib
Loading

0 comments on commit 268b5da

Please sign in to comment.