Skip to content

Commit

Permalink
Ready for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Wales committed Sep 23, 2020
1 parent 49ef4d3 commit 4efc7ed
Show file tree
Hide file tree
Showing 8 changed files with 2,383 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
era5grib/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include era5grib/_version.py
4 changes: 4 additions & 0 deletions era5grib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
# limitations under the License.

from .era5grib import *

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit 4efc7ed

Please sign in to comment.