Skip to content

Commit

Permalink
BUG: fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed May 30, 2023
1 parent f86fd9d commit 2b41e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysatNASA"
version = "0.0.5"
description = "pysat support for NASA Instruments"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# name and version must be maintained here as well for python 3.6 compatibility

[metadata]
name = pysatNASA
version = 0.0.5

[flake8]
Expand Down

0 comments on commit 2b41e01

Please sign in to comment.