Skip to content

Commit

Permalink
Refactor name and create module (eurec4a#8)
Browse files Browse the repository at this point in the history
* rename module to `eurec4a_environment`

* create module and add versioneer
  • Loading branch information
leifdenby authored Jul 28, 2020
1 parent d6ca587 commit bbb1774
Show file tree
Hide file tree
Showing 21 changed files with 2,496 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eurec4a_environment/_version.py export-subst
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: eurec4a_env
name: eurec4a_environment

on:
push:
Expand Down
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 eurec4a_environment/_version.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Characterising the EUREC4A field campaign environment

![eurec4a_env](https://github.com/eurec4a/eurec4a-environment/workflows/eurec4a_env/badge.svg)
![eurec4a_environment](https://github.com/eurec4a/eurec4a-environment/workflows/eurec4a_environment/badge.svg)

The aim of this git repository is collect tools and ideas for characterising
the atmospheric environment during the EUREC4A field campaign.
Expand Down
Empty file removed eurec4a_env/variables/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions eurec4a_environment/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions
Loading

0 comments on commit bbb1774

Please sign in to comment.