Skip to content

Commit 2b41e01

Browse files
committed
BUG: fix metadata
1 parent f86fd9d commit 2b41e01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysatNASA"
7+
version = "0.0.5"
78
description = "pysat support for NASA Instruments"
89
readme = "README.md"
910
requires-python = ">=3.6"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# name and version must be maintained here as well for python 3.6 compatibility
2+
13
[metadata]
4+
name = pysatNASA
25
version = 0.0.5
36

47
[flake8]

0 commit comments

Comments
 (0)