Skip to content

Commit

Permalink
Merge pull request #5 from eurec4a/pyproject
Browse files Browse the repository at this point in the history
convert to pyproject.toml and provide [data] optional dependency
  • Loading branch information
d70-t authored Mar 14, 2024
2 parents 6f8b9d3 + 59d9e47 commit bc8b3bb
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 2,423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
__pycache__
/eurec4a/_version.py
*.egg-info
/dist
4 changes: 1 addition & 3 deletions eurec4a/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import requests
import yaml

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

SEGMENT_REPO = "eurec4a/flight-phase-separation"

Expand Down
Loading

0 comments on commit bc8b3bb

Please sign in to comment.