Skip to content

Commit f86fd9d

Browse files
committed
STY: update meta
1 parent df393f4 commit f86fd9d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
2-
requires = ["setuptools >= 38.6", "pip >= 10"]
3-
build-backend = "setuptools.build_meta:__legacy__"
2+
requires = ["setuptools", "pip >= 10"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysatNASA"
7-
version = "0.0.5"
87
description = "pysat support for NASA Instruments"
98
readme = "README.md"
109
requires-python = ">=3.6"

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[metadata]
2-
name = pysatNASA
32
version = 0.0.5
43

54
[flake8]

0 commit comments

Comments
 (0)