Skip to content

Commit

Permalink
Merge 2aea643 into cc620cf
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jul 28, 2021
2 parents cc620cf + 2aea643 commit 3df907b
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 95 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to **welltestpy** will be documented in this file.

## [Unreleased]

### Enhancements
- added version information to output files
- added `screensize` attribute to `Well` class

### Changes
- modernized packaging workflow using `pyproject.toml`
- removed `setup.py` (use `pip>21.1` for editable installs)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ install_requires =
pandas>=0.23.2,<2
scipy>=1.1.0,<2
spotpy>=1.5.0,<2
packaging>=20
python_requires = >=3.6
zip_safe = False

Expand Down

0 comments on commit 3df907b

Please sign in to comment.