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 authored May 31, 2023
1 parent 4b4923d commit fe27c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pysatMissions"
version = "0.3.4"
description = "Mission Planning toolkit for pysat"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Jeff Klenzing", email = "pysat.developers@gmail.com"}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup

# package metadata stored in pyproject.toml
# tool configurations stored in setup.cfg
# Package metadata is stored in pyproject.toml.
# Tool configurations are stored in setup.cfg.

setup()

0 comments on commit fe27c96

Please sign in to comment.