Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
  • Loading branch information
jklenzing and aburrell committed May 5, 2023
1 parent b0d6f08 commit 92846cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Removed version cap for xarray
* Added manual workflow to check that latest RC is installable through test pip
* Update meta label type for instruments
* Use pyproject.toml to manage setup
* Use pyproject.toml to manage installation and metadata

## [0.0.4] - 2022-11-07
* Update instrument tests with new test class
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name = "pysatNASA"
version = "0.0.5"
description = "pysat support for NASA Instruments"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Jeff Klenzing, et al", email = "pysat.developers@gmail.com"},
{name = "Jeff Klenzing, et al.", email = "pysat.developers@gmail.com"},
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 92846cb

Please sign in to comment.