Skip to content

Commit

Permalink
test push works
Browse files Browse the repository at this point in the history
Signed-off-by: david.randell <[email protected]>
  • Loading branch information
davidrandell84 committed Jun 18, 2024
1 parent a1a779d commit acd4ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Or you could clone the repository and install it from the source code.
After activating the environment you want to install pyELQ in, open a terminal, move to the main pyELQ folder
where pyproject.toml is located and run `pip install .`, optionally you can pass the `-e` flag is for editable mode.
All the main options, info and settings for the package are found in the pyproject.toml file which sits in this repo
as well.
as well.

***

Expand Down
2 changes: 1 addition & 1 deletion src/pyelq/meteorology.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# -*- coding: utf-8 -*-
"""Meteorology module.
The superclass for the meteorology classes
The superclass for the meteorology class
"""
import warnings
Expand Down

0 comments on commit acd4ad8

Please sign in to comment.